summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/assets/picture.html
diff options
context:
space:
mode:
Diffstat (limited to 'remote/test/puppeteer/test/assets/picture.html')
-rw-r--r--remote/test/puppeteer/test/assets/picture.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/remote/test/puppeteer/test/assets/picture.html b/remote/test/puppeteer/test/assets/picture.html
new file mode 100644
index 0000000000..18e3d70f5e
--- /dev/null
+++ b/remote/test/puppeteer/test/assets/picture.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<img
+ srcset="logo-1x.png, logo-2x.png 2x, logo-3x.png 3x"
+ src="logo-1x.png"
+ height="320"
+ width="320" /> \ No newline at end of file