[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.24
[framework/web/webkit-efl.git] / LayoutTests / fast / clip / 016.html
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>