Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
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>
17 tesxt
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>