blob: 4a19d9c9f3f1427244b5df2ca9ac1f7822bf59bc [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
div {
background: blue;
width: 2in;
}
.box {
height: 1in;
}
</style>
<body>
<p>Test passes if the "Filler Text" below is inside the box.</p>
<div>Filler Text</div>
<div class="box"></div>
</body>