layout/reftests/bugs/419531-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 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     3 <html>
     4   <body>
     5     <fieldset>
     6       <div style="white-space: pre">
     7         <span>This text doesn't move around	This text does</span>
     8         <span>This text doesn't move around	This text does</span>
     9         <span>This text doesn't move around	This text does</span>
    10         <span id="s">This text doesn't move around	This text does</span>
    11       </div>
    12     </fieldset>
    13     <script>
    14       document.body.offsetTop;
    15       document.getElementById("s").innerHTML += "!";
    16     </script>
    17   </body>
    18 </html>

mercurial