servo/tests/ref/overflow_position_rel_inline_block_ref.html
2015-09-09 12:24:28 -07:00

9 lines
118 B
HTML

<style>
div {
position:relative;
width:100px;
height:100px;
background:red
}
</style>
<div></div>