mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Bug 1015844 - crashtest.
This commit is contained in:
parent
5aa300e397
commit
e03e7b5e7c
25
layout/generic/crashtests/1015844.html
Normal file
25
layout/generic/crashtests/1015844.html
Normal file
@ -0,0 +1,25 @@
|
||||
<style>
|
||||
.multicol {
|
||||
width: 500px;
|
||||
-moz-column-width: 100px;
|
||||
height: 100px;
|
||||
position: relative;
|
||||
}
|
||||
#clear {
|
||||
position: absolute;
|
||||
}
|
||||
.float {
|
||||
height: 300px;
|
||||
}
|
||||
</style>
|
||||
<div class="multicol">
|
||||
<div class="float">
|
||||
<div class="multicol">
|
||||
<div id="clear">
|
||||
<div class="float">
|
||||
<div class="multicol">
|
||||
<div class="float">
|
||||
</div>
|
||||
<div class="multicol">
|
||||
<div class="multicol">
|
||||
<div class="float">a
|
@ -533,6 +533,7 @@ load 1001258-1.html
|
||||
pref(layout.css.grid.enabled,true) load 1015562.html
|
||||
asserts(1-2) load 1015563-1.html
|
||||
asserts(1-2) load 1015563-2.html
|
||||
asserts(0-300) load 1015844.html # bug 574889
|
||||
load outline-on-frameset.xhtml
|
||||
pref(font.size.inflation.minTwips,200) load 1032450.html
|
||||
load 1037903.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user