<!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> |