diff options
Diffstat (limited to 'layout/reftests/bugs/539949-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/539949-1-ref.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/bugs/539949-1-ref.html b/layout/reftests/bugs/539949-1-ref.html new file mode 100644 index 000000000..3f72d9f71 --- /dev/null +++ b/layout/reftests/bugs/539949-1-ref.html @@ -0,0 +1,10 @@ +<html> +<body> +<div style="height: 10000px;"></div> +<div style="position: relative;"> + <div id="test2" style="position:absolute; top:-200px;"></div> + <div style="height: 100px; width: 100px; background: blue;"></div> +</div> +<div style="height: 10000px;"></div> +</body> +</html> |