summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/367360.html
blob: 21a4f5e750b7f5004e2c492adbbc818d07ba2ed1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html><head>
<title>Testcase bug - Crash [@ nsHTMLButtonControlFrame::GetContentInsertionFrame] with column-count and display: list-item</title>
</head>
<body>
<div style="display: table;">
text
<listing style="column-count: 2;">
<dl>








tesxt


<menu>
<span style="display: list-item;  column-count: 1;">
<span style="display: list-item;  column-count: 1;">
text
</span></span>
</menu>
<div>text</div>
</dl>
</listing>
</div>
</body></html>