layout/reftests/bugs/460012-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>
     2 <html>
     3 <head>
     4 <style>
     5 div:after { content: 'X'; border:1px solid red; }
     6 div.foo:after { content: 'Y'; }
     7 </style>
     8 </head>
     9 <body>
    10 <div id="d"></div>
    11 <script>
    12 document.body.offsetTop;
    13 document.getElementById("d").setAttribute("class", "foo");
    14 </script>
    15 </body>
    16 </html>

mercurial