blob: 17f80f11dd5acb29bd5c40acbacf2925d85d87d7 [file] [log] [blame]
<!DOCTYPE html>
<style>
#a {
width:50px;
height:50px;
float: left;
background: green;
}
</style>
<p>There should be a green <em>square</em> below.</p>
<div>
<div id="a"></div>
</div>