diff options
Diffstat (limited to 'layout/reftests/bugs/599113-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/599113-1-ref.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/bugs/599113-1-ref.html b/layout/reftests/bugs/599113-1-ref.html new file mode 100644 index 0000000000..6beb3e6311 --- /dev/null +++ b/layout/reftests/bugs/599113-1-ref.html @@ -0,0 +1,6 @@ +<html> +<body style="overflow: hidden;"> +<div style="position: absolute; left: 0; top: 0; width: 100px; height: 100px; background: blue;"></div> +<div style="height: 10000px;"></div> +</body> +</html> |