Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / clip / 016.html
blobed7e4c41a7bbf4201c21b70aa4e53bbd838692f6
1 <html>
2 <head>
3 <style>
4 #clip {position:absolute; background-color: green; top:50px; left:50px; width:100px; height:500px; clip:rect(auto auto 100px auto)}
5 </style>
6 </head>
7 <body>
8 You should see a 100x100 green square below.
9 <div id="clip"></div>
10 </body>
11 </html>