tenfourfox/layout/generic/crashtests/367360.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

31 lines
467 B
HTML

<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>