layout/base/crashtests/341382-2.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/341382-2.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +<html class="reftest-wait"><head><script>
     1.5 +function removestyles(i){
     1.6 +document.getElementById('one').removeAttribute('style');
     1.7 +document.body.offsetHeight;
     1.8 +document.getElementById('two').removeAttribute('style');
     1.9 +document.documentElement.removeAttribute("class");
    1.10 +}
    1.11 +
    1.12 +</script></head><body onload="setTimeout(removestyles,0);"><table style="display: table-row-group;"><table><span id="one" style="display: table-caption;"><i style="position: fixed;"></i><div id="two" style="display: table-caption;"></div></span></body></html>

mercurial