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