363247-1.html (532B)
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>