layout/reftests/bugs/389468-1.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

michael@0 1 <!DOCTYPE HTML>
michael@0 2 <html>
michael@0 3 <body>
michael@0 4 <table id="t" style="border:1px solid black;">
michael@0 5 <tbody>
michael@0 6 <tr>
michael@0 7 <td>China's Leader Closes Door to Reform - New York Times<br/>
michael@0 8 Hostesses for the Communist Party's 17th National Congress played
michael@0 9 Hostesses for the Communist Party's 17th National Congress played
michael@0 10 Hostesses for the Communist Party's 17th National Congress played
michael@0 11 Hostesses for the Communist Party's 17th National Congress played
michael@0 12 a game Monday outside the Great Hall of the People. By
michael@0 13 JOS...<span style="white-space: nowrap;"> all 1,062 news
michael@0 14 articles</span></td>
michael@0 15 </tr>
michael@0 16 </tbody>
michael@0 17 </table>
michael@0 18 <script>
michael@0 19 document.body.offsetTop;
michael@0 20 var t = document.getElementById("t");
michael@0 21 // comment out the following line to see the correct rendering
michael@0 22 t.style.width = "4em";
michael@0 23 document.body.offsetTop;
michael@0 24 t.style.width = "50em";
michael@0 25 </script>
michael@0 26 </body>
michael@0 27 </html>
michael@0 28

mercurial