summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1726663-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/1726663-1.html')
-rw-r--r--layout/reftests/bugs/1726663-1.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1726663-1.html b/layout/reftests/bugs/1726663-1.html
new file mode 100644
index 0000000000..2b5edd5e2d
--- /dev/null
+++ b/layout/reftests/bugs/1726663-1.html
@@ -0,0 +1,12 @@
+<!doctype html>
+<html>
+<body>
+ <div style="width:0px; position:fixed">
+ <div style="width: 0px; position: relative; z-index: 2">
+ <div style="position:fixed; width:400px; height:400px; background-color:red"></div>
+ <div style="left: 200px; top: 200px; position:fixed; width:400px; height:400px; background-color:blue"></div>
+ </div>
+ </div>
+<body>
+</html>
+