summaryrefslogtreecommitdiffstats
path: root/gfx/tests/reftest/1444904-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/tests/reftest/1444904-ref.html')
-rw-r--r--gfx/tests/reftest/1444904-ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/gfx/tests/reftest/1444904-ref.html b/gfx/tests/reftest/1444904-ref.html
new file mode 100644
index 0000000000..c41c180796
--- /dev/null
+++ b/gfx/tests/reftest/1444904-ref.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style>
+ #box {
+ position: absolute;
+ top: 80px;
+ width: 20px;
+ height: 20px;
+ background: green;
+ }
+ </style>
+ </head>
+
+ <body style="height: 10000px;">
+ <div id="box"></div>
+ </body>
+</html>