From cd9de42b6dc0013bec188b4517170d097a451f25 Mon Sep 17 00:00:00 2001 From: Yanzhen Yu Date: Sat, 12 Oct 2019 16:54:41 +0800 Subject: [PATCH] add picture tag test --- test/__snapshots__/integration.ts.snap | 9 +++++++++ test/html/picture.html | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 test/html/picture.html diff --git a/test/__snapshots__/integration.ts.snap b/test/__snapshots__/integration.ts.snap index 3a38ee10..e5b4fc73 100644 --- a/test/__snapshots__/integration.ts.snap +++ b/test/__snapshots__/integration.ts.snap @@ -172,6 +172,15 @@ exports[`[html file]: invalid-attribute.html 1`] = ` " `; +exports[`[html file]: picture.html 1`] = ` +" + + + + + " +`; + exports[`[html file]: with-relative-res.html 1`] = ` " diff --git a/test/html/picture.html b/test/html/picture.html new file mode 100644 index 00000000..27d83686 --- /dev/null +++ b/test/html/picture.html @@ -0,0 +1,8 @@ + + + + + + + +