Crashtests for bug 404219. a=tests-only

This commit is contained in:
dholbert@cs.stanford.edu 2008-04-21 17:23:59 -07:00
Родитель 8fa910fdc5
Коммит 4970e0e41b
3 изменённых файлов: 63 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

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