Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / clip / outline-overflowClip.html
blob45c43ec0b6d3664443f7c56377971fd837b6eed7
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>
10 </div>
11 </body>
12 </html>