blob: 45add50468f8823c3f1225733ca3acec8b5bbec9 [file] [log] [blame]
<!DOCTYPE html>
<style>
.grid {
width: 100px;
height: 100px;
}
.green {
background: green;
}
</style>
<p>This test checks that positioned items can be dynamically changed.</p>
<p>The test passes if you see a 100x100 green square and no red.</p>
<div class="grid green">
</div>