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