layout/generic/crashtests/398332-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/398332-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +<html><head>
     1.5 +<title>Testcase bug - Crash [@ nsHTMLReflowState::GetNearestContainingBlock] with display: -moz-box, generated content, positioning and fieldset</title>
     1.6 +<style>
     1.7 +small::before { content: "m m";}
     1.8 +strike::before { content: "m m";}
     1.9 +</style>
    1.10 +</head>
    1.11 +<body>
    1.12 +<div style="display: -moz-box;">
    1.13 +  <strike style="overflow: -moz-hidden-unscrollable; position: absolute;"></strike>
    1.14 +  <fieldset style="position: relative;">
    1.15 +    <strike style="overflow: -moz-hidden-unscrollable; position: absolute;"><small style="position: relative;">
    1.16 +      <span style="position: absolute;"></span>
    1.17 +    </small>
    1.18 +  </strike>
    1.19 +</fieldset>
    1.20 +</div>
    1.21 +</body>
    1.22 +</html>
    1.23 \ No newline at end of file

mercurial