diff options
Diffstat (limited to 'layout/reftests/bugs/1726663-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/1726663-1-ref.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1726663-1-ref.html b/layout/reftests/bugs/1726663-1-ref.html new file mode 100644 index 0000000000..47ae160770 --- /dev/null +++ b/layout/reftests/bugs/1726663-1-ref.html @@ -0,0 +1,10 @@ +<!doctype html> +<html> +<body> + <div style="width:0px; position:fixed"> + <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> +<body> +</html> + |