layout/generic/crashtests/367360.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:0928bd48a1a4
1 <html><head>
2 <title>Testcase bug - Crash [@ nsHTMLButtonControlFrame::GetContentInsertionFrame] with -moz-column-count and display: list-item</title>
3 </head>
4 <body>
5 <div style="display: table;">
6 text
7 <listing style="-moz-column-count: 2;">
8 <dl>
9
10
11
12
13
14
15
16
17 tesxt
18
19
20 <menu>
21 <span style="display: list-item; -moz-column-count: 1;">
22 <span style="display: list-item; -moz-column-count: 1;">
23 text
24 </span></span>
25 </menu>
26 <div>text</div>
27 </dl>
28 </listing>
29 </div>
30 </body></html>

mercurial