summaryrefslogtreecommitdiffstats
path: root/image/test/reftest/gif/one-pixel-no-image-data.html
diff options
context:
space:
mode:
Diffstat (limited to 'image/test/reftest/gif/one-pixel-no-image-data.html')
-rw-r--r--image/test/reftest/gif/one-pixel-no-image-data.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/image/test/reftest/gif/one-pixel-no-image-data.html b/image/test/reftest/gif/one-pixel-no-image-data.html
new file mode 100644
index 0000000000..e09e90bd8b
--- /dev/null
+++ b/image/test/reftest/gif/one-pixel-no-image-data.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<style>
+html{
+background-color:black;
+}
+div {
+ width: 200px;
+ height: 200px;
+}
+</style>
+<div style="background-image:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=)"></div>