servo/tests/ref/inline_absolute_hypothetical_clip_ref.html
2015-08-18 16:58:18 -07:00

16 lines
209 B
HTML

<!DOCTYPE html>
<style>
html, body {
margin: 0;
}
section {
position: absolute;
background: lime;
top: 63px;
width: 118px;
height: 48px;
left: 16px;
}
</style>
<section></section>