|
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 } |
|
10 |
|
11 |
|
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> |