1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/872254-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<body> 1.7 +<style> 1.8 +body { height:5000px; overflow:hidden; } 1.9 +div { 1.10 + position:relative; 1.11 + top:500px; 1.12 + width:300px; 1.13 + height:300px; 1.14 + background-color:red; 1.15 +} 1.16 +</style> 1.17 +<script> 1.18 +window.scrollTo(0,500); 1.19 +</script> 1.20 +<table> 1.21 +<tr><td><div></div></td></tr> 1.22 +</table> 1.23 +</body> 1.24 +</html>