1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/367360.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,30 @@ 1.4 +<html><head> 1.5 +<title>Testcase bug - Crash [@ nsHTMLButtonControlFrame::GetContentInsertionFrame] with -moz-column-count and display: list-item</title> 1.6 +</head> 1.7 +<body> 1.8 +<div style="display: table;"> 1.9 +text 1.10 +<listing style="-moz-column-count: 2;"> 1.11 +<dl> 1.12 + 1.13 + 1.14 + 1.15 + 1.16 + 1.17 + 1.18 + 1.19 + 1.20 +tesxt 1.21 + 1.22 + 1.23 +<menu> 1.24 +<span style="display: list-item; -moz-column-count: 1;"> 1.25 +<span style="display: list-item; -moz-column-count: 1;"> 1.26 +text 1.27 +</span></span> 1.28 +</menu> 1.29 +<div>text</div> 1.30 +</dl> 1.31 +</listing> 1.32 +</div> 1.33 +</body></html>