layout/reftests/bugs/827577-1b.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 class="reftest-wait">
     3 <body>
     4 <div style="transform:translateX(100px); width:200px; height:200px; border:1px solid black">
     5   <div style="position:absolute;">
     6   </div>
     7   <div style="position:absolute;">
     8     <div id="d" style="display:none; position:fixed; right:0; width:50px; height:80px; background:yellow;">
     9     </div>
    10   </div>
    11 </div>
    12 <script>
    13 function doTest() {
    14   document.getElementById("d").style.display = "";
    15   document.documentElement.removeAttribute("class");
    16 }
    17 window.addEventListener("MozReftestInvalidate", doTest, false);
    18 </script>

mercurial