servo/tests/html/test_inline_boxes.html
2014-09-08 20:21:42 -06:00

11 lines
223 B
HTML

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