Files
tubestation/servo/tests/html/test_inline_boxes.html
Jack Moffitt 132ee35633 servo: Merge #3230 - Cargoify servo (from servo:cargoify)
Source-Repo: https://github.com/servo/servo
Source-Revision: b1305bb7d051f83850c51bb0da0ccc86a5e07922
2014-09-09 08:18:18 -06:00

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