mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
31 lines
467 B
HTML
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>
|