layout/reftests/bugs/526463-1.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <!DOCTYPE html>
     2 <html class="reftest-wait">
     3   <head>
     4     <title>Testcase, bug 526463</title>
     5     <script>
     6       window.addEventListener("MozReftestInvalidate",
     7         function() {
     8           var div = document.getElementById("div");
     9           div.style.display = "";
    10           document.documentElement.className = "";
    11         }, false);
    12     </script>
    13   </head>
    14   <body>
    15     <div style="border-radius: 50px;overflow:hidden;background:gold">
    16       outer div
    17       <div id="div" style="display:none">inner div</div>
    18     </div>
    19   </body>
    20 </html>

mercurial