layout/base/crashtests/341382-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/341382-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +<html class="reftest-wait"><head>
     1.5 +<title>Testcase bug 341382 - Crash [@ DoDeletingFrameSubtree] with position:fixed and display: table-caption</title>
     1.6 +<script>
     1.7 +function removestyles(i){
     1.8 +document.getElementById('one').removeAttribute('style');
     1.9 +document.body.offsetHeight;
    1.10 +document.getElementById('two').removeAttribute('style');
    1.11 +document.documentElement.removeAttribute("class");
    1.12 +}
    1.13 +
    1.14 +
    1.15 +</script></head>
    1.16 +<body onload="setTimeout(removestyles,0);">
    1.17 +<span></span>
    1.18 +<table style="display: table-row-group;">
    1.19 +<table>
    1.20 +<span id="one" style="display: table-caption;">
    1.21 +  <span style="position: fixed;"></span>
    1.22 +  <div id="two" style="display: table-caption;"></div>
    1.23 +</span>
    1.24 +</body>
    1.25 +</html>

mercurial