[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.24
[framework/web/webkit-efl.git] / LayoutTests / fast / clip / outline-overflowClip.html
1 <html>
2 <body>
3 This tests clipping of the outline.  It should not be clipped by the overflow rect.  The inner div has a green outline and a red border.
4 <div style="border: 2px solid blue; position:absolute; width:300px; height:200px; clip: rect(auto auto auto 75px)">
5 text in outer div
6 <div contentEditable style="overflow: hidden; outline: 3px solid green; background-color: #eee; border: 3px solid red; position:absolute; margin-left: 50px">
7 text in inner div
8 </div>
9
10 </div>
11 </body>
12 </html>