Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <html>
2 <head>
3 <title>bug 363247</title>
4 <link rel="stylesheet" href="data:text/css,body {font-size: 10pt}" id="main-css">
5 </head>
6 <body>
7 <table id="table" style="position: absolute; font-size: inherit;">
8 <tbody>
9 <tr>
10 <td>foo</td><td>bar</td>
11 </tr>
12 </tbody>
13 </table>
14 <script>
15 document.body.offsetHeight;
16 var node = document.getElementById("main-css");
17 node.setAttribute("href", 'data:text/css,body {font-size: 20pt}');
18 </script>
19 </body>
20 </html>