summaryrefslogtreecommitdiffstats
path: root/toolkit/components/windowcreator/test/file_persist_picture_source.html
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/windowcreator/test/file_persist_picture_source.html')
-rw-r--r--toolkit/components/windowcreator/test/file_persist_picture_source.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolkit/components/windowcreator/test/file_persist_picture_source.html b/toolkit/components/windowcreator/test/file_persist_picture_source.html
new file mode 100644
index 0000000000..26988cbf78
--- /dev/null
+++ b/toolkit/components/windowcreator/test/file_persist_picture_source.html
@@ -0,0 +1,5 @@
+<!doctype html>
+<picture>
+ <source srcset="file_persist_image.png">
+ <img width=100 height=100>
+</picture>