Crashtests for bug 404219. a=tests-only
git-svn-id: svn://10.0.0.236/trunk@250588 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
127cfbbe2b
commit
f3335508b4
30
mozilla/layout/generic/crashtests/404219-1.html
Normal file
30
mozilla/layout/generic/crashtests/404219-1.html
Normal file
@ -0,0 +1,30 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
/* Standize line-height, because the default varies by platform */
|
||||
line-height: 50px;
|
||||
}
|
||||
div#a {
|
||||
width: 3em;
|
||||
-moz-column-count: 2;
|
||||
-moz-column-gap: 0px;
|
||||
background: lightgreen;
|
||||
}
|
||||
div#b {
|
||||
float: left;
|
||||
background: lightblue;
|
||||
}
|
||||
div#c {
|
||||
height: 100px;
|
||||
background: orange;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="a">
|
||||
<div id="b"><br/><br/>b</div>
|
||||
<div id="c">c c c</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
31
mozilla/layout/generic/crashtests/404219-2.html
Normal file
31
mozilla/layout/generic/crashtests/404219-2.html
Normal file
@ -0,0 +1,31 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
/* Standize line-height, because the default varies by platform */
|
||||
line-height: 50px;
|
||||
}
|
||||
div#a {
|
||||
width: 3em;
|
||||
-moz-column-count: 2;
|
||||
-moz-column-gap: 0px;
|
||||
background: lightgreen;
|
||||
}
|
||||
div#b {
|
||||
height: 100px;
|
||||
float: left;
|
||||
background: lightblue;
|
||||
}
|
||||
div#c {
|
||||
height: 100px;
|
||||
background: orange;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="a">
|
||||
<div id="b"><br/><br/>b</div>
|
||||
<div id="c">c c c</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@ -108,6 +108,8 @@ load 404204-1.html
|
||||
load 404215-1.html
|
||||
load 404215-2.html
|
||||
load 404215-3.html
|
||||
load 404219-1.html
|
||||
load 404219-2.html
|
||||
load 406380.html
|
||||
load 407009-1.xhtml
|
||||
load 408602-1.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user