Mozilla/mozilla/layout/reftests/bugs/400171-2-ref.html
dholbert%cs.stanford.edu a556ed7408 Bug 400171 reftests. r=roc
git-svn-id: svn://10.0.0.236/trunk@238410 18797224-902f-48f8-a5cc-f745e15eee43
2007-11-01 19:31:36 +00:00

16 lines
330 B
HTML

<html>
<head>
<style>
div { width: 100px; }
div.a { height: 80px; background: lightblue; }
div.b { height: 100px; background: lightgreen; }
div.c { height: 10px; background: black; }
</style>
</head>
<body>
<div class="a"></div>
<div class="b"></div>
<div class="c"></div>
</body>
</html>