no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 363247-1.html
bloba017f8fa2c4e013c9ea62856ff20dda6ed82eb1e
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>