diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/811301-1-ref.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/bugs/811301-1-ref.html b/layout/reftests/bugs/811301-1-ref.html new file mode 100644 index 0000000000..95cfe2d345 --- /dev/null +++ b/layout/reftests/bugs/811301-1-ref.html @@ -0,0 +1,6 @@ +<!DOCTYPE HTML>
+<html>
+<body style="overflow-y:hidden">
+<div style="height:10000px; width:100px; background:yellow; position:relative; top:-200px"></div>
+</body>
+</html>
|