layout/reftests/bugs/495385-2h.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>
     2 <html>
     3 <head>
     4 <!-- Test appends -->
     5 <style>
     6 body > div { border:1px solid black; margin:1em;
     7              font-family:sans-serif; letter-spacing:2px; }
     8 #d2:after { content:"Kitty"; }
     9 #d3:after { content:"ty"; }
    10 </style>
    11 <script>function flush() { document.body.offsetHeight; }</script>
    12 </head>
    13 <body>
    14   <div id="d1"><span>Hello</span> <script>flush();</script><span>Kitty</span></div>
    15   <div id="d2"><script>flush();</script><span>Hello</span> </div>
    16   <div id="d3"><span>Hello</span> <script>flush();</script><span>Kit</span></div>
    17   <div id="d4"><span>Hello</span><script>flush();</script> <span>Kitty</span></div>
    18 </body>
    19 </html>

mercurial