tonikitoo@webkit.org | bff707a | 2016-04-13 20:40:07 +0000 | [diff] [blame] | 1 | <!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> |