summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/552334-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/552334-1-ref.html')
-rw-r--r--layout/reftests/bugs/552334-1-ref.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/bugs/552334-1-ref.html b/layout/reftests/bugs/552334-1-ref.html
new file mode 100644
index 0000000000..a139827f2c
--- /dev/null
+++ b/layout/reftests/bugs/552334-1-ref.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style>
+ div { position: absolute; top: 0; left: 0; width: 100px; height: 100px; }
+ div.offset { left: 100px; }
+ div.offset2 { left: 200px; }
+ </style>
+ </head>
+ <body>
+ <div style="background: green"></div>
+ <div class="offset" style="background: green"></div>
+ <div class="offset2" style="background: green"></div>
+ </body>
+</html>