blob: 90b9ae39697524a8cee1cbb67e604b2e49aa124c [file] [log] [blame]
tonikitoo@webkit.orgbff707a2016-04-13 20:40:07 +00001<!DOCTYPE html>
2<style>
3.container {
4 width:100px;
5 height:100px;
6 overflow:hidden;
7 position:absolute;
8 background-color:pink;
9}
10</style>
11
12<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>
13<div>
14 <div class="container"></div>
15</div>