servo/tests/html/small-layout-test.html
2014-09-08 20:21:42 -06:00

9 lines
207 B
HTML

<head>
<link rel="stylesheet" href="lots_of_background_colors.css" />
</head>
<body>
<div class="gray">
<img class="green"></img>
<div class="blue"><img class="red"></img></div>
</div>
</body>