layout/reftests/bugs/372632-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>
     4 </head>
     6 <body>
     8 <h3 id="h3"></h3>
    10 <div>Div</div>
    12 <script>
    13 document.documentElement.offsetHeight;
    14 n = document.getElementById("h3");
    15 n.appendChild(document.createTextNode("Header"));
    16 </script>
    17 </body>
    18 </html>

mercurial