layout/tables/crashtests/331690-1.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <html class="reftest-wait">
     2 <head>
     4 <style id="s"></style>
     6 <script>
     8 window.addEventListener("load", f1, false);
    10 function f1()
    11 {
    12   document.getElementsByTagName('head')[0].style.display = "table-row-group";
    13   setTimeout(f2, 30);
    14 }
    16 function f2()
    17 {
    18   document.body.style.display = "table-caption";
    19   setTimeout(f3, 30);
    20 }
    22 function f3()
    23 {
    24   document.body.style.display = "table-column-group";
    25   document.getElementById('s').textContent += "body { }";
    26   document.documentElement.removeAttribute("class");
    27 }
    29 </script>
    31 </head>
    33 <body>
    35 <span style="position: absolute">f</span>
    37 </body>
    38 </html>

mercurial