layout/base/crashtests/310638-2.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/310638-2.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +<HTML>
     1.5 +<HEAD>
     1.6 +
     1.7 +</HEAD>
     1.8 +<BODY onload="document.getElementById('s').removeAttribute('style');">
     1.9 +<span>
    1.10 +  <span style="display: block;" id="s">This should not crash Mozilla</span>
    1.11 +</span>
    1.12 +<div style=" position: absolute;">
    1.13 +  <span style="position: relative;">
    1.14 +    <span style="white-space:pre;">
    1.15 +      <span style="position: absolute;">
    1.16 +        <span style="float: right;"></span>
    1.17 +      </span>
    1.18 +    </span>
    1.19 +  </span>
    1.20 +</div>
    1.21 +</BODY>
    1.22 +</HTML>

mercurial