haikuwebkit/LayoutTests/fast/css/resize-not-inherited-expect...

16 lines
344 B
HTML

<!DOCTYPE html>
<style>
.container {
width:100px;
height:100px;
overflow:hidden;
position:absolute;
background-color:pink;
}
</style>
<p>Test ensures that a 'resize' property is not inherited by its children. Test passes if the resizer (green square) is not seen at the bottom right.</p>
<div>
<div class="container"></div>
</div>