1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/389468-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<body> 1.7 + <table id="t" style="border:1px solid black;"> 1.8 + <tbody> 1.9 + <tr> 1.10 + <td>China's Leader Closes Door to Reform - New York Times<br/> 1.11 + Hostesses for the Communist Party's 17th National Congress played 1.12 + Hostesses for the Communist Party's 17th National Congress played 1.13 + Hostesses for the Communist Party's 17th National Congress played 1.14 + Hostesses for the Communist Party's 17th National Congress played 1.15 + a game Monday outside the Great Hall of the People. By 1.16 + JOS...<span style="white-space: nowrap;"> all 1,062 news 1.17 + articles</span></td> 1.18 + </tr> 1.19 + </tbody> 1.20 + </table> 1.21 + <script> 1.22 +document.body.offsetTop; 1.23 +var t = document.getElementById("t"); 1.24 +// comment out the following line to see the correct rendering 1.25 +t.style.width = "4em"; 1.26 +document.body.offsetTop; 1.27 +t.style.width = "50em"; 1.28 + </script> 1.29 +</body> 1.30 +</html> 1.31 + 1.32 \ No newline at end of file