summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/367360.html
blob: 3381ad34e5af6137249902c945a75e043c4a71c7 (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 -moz-column-count and display: list-item</title>
</head>
<body>
<div style="display: table;">
text
<listing style="-moz-column-count: 2;">
<dl>








tesxt


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