Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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>