diff options
Diffstat (limited to 'layout/reftests/bugs/872254-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/872254-1-ref.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/layout/reftests/bugs/872254-1-ref.html b/layout/reftests/bugs/872254-1-ref.html new file mode 100644 index 0000000000..259a945c9f --- /dev/null +++ b/layout/reftests/bugs/872254-1-ref.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html> +<body> +<style> +body { height:5000px; overflow:hidden; } +div { + position:relative; + top:500px; + width:300px; + height:300px; + background-color:red; +} +</style> +<script> +window.scrollTo(0,500); +</script> +<table> +<tr><td><div></div></td></tr> +</table> +</body> +</html> |