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:
dholbert%cs.stanford.edu 2008-04-22 00:23:59 +00:00
parent 127cfbbe2b
commit f3335508b4
3 changed files with 63 additions and 0 deletions

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

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

View File

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