summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/398332-1.html
blob: 3c15ad9d4cba3b04664843a76176b570bbcfb92f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html><head>
<title>Testcase bug - Crash [@ nsHTMLReflowState::GetNearestContainingBlock] with display: -moz-box, generated content, positioning and fieldset</title>
<style>
small::before { content: "m m";}
strike::before { content: "m m";}
</style>
</head>
<body>
<div style="display: -moz-box;">
  <strike style="overflow: clip; position: absolute;"></strike>
  <fieldset style="position: relative;">
    <strike style="overflow: clip; position: absolute;"><small style="position: relative;">
      <span style="position: absolute;"></span>
    </small>
  </strike>
</fieldset>
</div>
</body>
</html>