layout/reftests/bugs/363247-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.

     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>

mercurial