367360.html (447B)
1 <html><head> 2 <title>Testcase bug - Crash [@ nsHTMLButtonControlFrame::GetContentInsertionFrame] with column-count and display: list-item</title> 3 </head> 4 <body> 5 <div style="display: table;"> 6 text 7 <listing style="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; column-count: 1;"> 22 <span style="display: list-item; column-count: 1;"> 23 text 24 </span></span> 25 </menu> 26 <div>text</div> 27 </dl> 28 </listing> 29 </div> 30 </body></html>