diff options
Diffstat (limited to 'layout/reftests/display-list/1453541-ref.html')
-rw-r--r-- | layout/reftests/display-list/1453541-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/display-list/1453541-ref.html b/layout/reftests/display-list/1453541-ref.html new file mode 100644 index 0000000000..a920976907 --- /dev/null +++ b/layout/reftests/display-list/1453541-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<body> + +<div id="empty" style="position:fixed; z-index: 4; left:200px; top:200px; width: 0px"> + <div style="position:fixed; width:400px; height: 400px; background-color:green"></div> +</div> +<div style="width:400px; height: 400px; background-color:blue"></div> + +</body> +</html> |