blob: 058d4925fa7b277d796a0620275db4eae54944fa [file] [log] [blame]
<style>
div {
position: absolute;
left: 0px;
top: 0px;
width: 100px;
height: 100px;
background-color: green;
}
</style>
<body>
<div></div>
<p>The box should be at 0, 0.</p>