tenfourfox/layout/reftests/bugs/400171-2-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07: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>