dholbert%cs.stanford.edu f3335508b4 Crashtests for bug 404219. a=tests-only
git-svn-id: svn://10.0.0.236/trunk@250588 18797224-902f-48f8-a5cc-f745e15eee43
2008-04-22 00:23:59 +00:00

31 lines
480 B
HTML

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