diff options
Diffstat (limited to 'layout/reftests/bugs/539949-1.html')
-rw-r--r-- | layout/reftests/bugs/539949-1.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/bugs/539949-1.html b/layout/reftests/bugs/539949-1.html new file mode 100644 index 0000000000..c8634788b4 --- /dev/null +++ b/layout/reftests/bugs/539949-1.html @@ -0,0 +1,10 @@ +<html> +<body> +<div style="height: 10000px;"></div> +<div style="position: relative; overflow:hidden;"> + <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> |