mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 367360 - crash test
This commit is contained in:
parent
faa0e7072a
commit
713151feb2
30
layout/generic/crashtests/367360.html
Normal file
30
layout/generic/crashtests/367360.html
Normal file
@ -0,0 +1,30 @@
|
||||
<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>
|
@ -69,6 +69,7 @@ load 366021-1.xhtml
|
||||
load 366667-1.html
|
||||
load 366952-1.html
|
||||
load 367246-1.html
|
||||
load 367360.html
|
||||
load 368330-1.html
|
||||
load 368461-1.xhtml
|
||||
load 368568.html
|
||||
|
Loading…
Reference in New Issue
Block a user