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

11 lines
165 B
HTML

<style>
div {
overflow:hidden;
display:inline-block;
position:relative;
width:100px;
height:100px;
background:red
}
</style>
<div></div>