layout/base/crashtests/341382-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <html class="reftest-wait"><head>
     2 <title>Testcase bug 341382 - Crash [@ DoDeletingFrameSubtree] with position:fixed and display: table-caption</title>
     3 <script>
     4 function removestyles(i){
     5 document.getElementById('one').removeAttribute('style');
     6 document.body.offsetHeight;
     7 document.getElementById('two').removeAttribute('style');
     8 document.documentElement.removeAttribute("class");
     9 }
    12 </script></head>
    13 <body onload="setTimeout(removestyles,0);">
    14 <span></span>
    15 <table style="display: table-row-group;">
    16 <table>
    17 <span id="one" style="display: table-caption;">
    18   <span style="position: fixed;"></span>
    19   <div id="two" style="display: table-caption;"></div>
    20 </span>
    21 </body>
    22 </html>

mercurial