Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / erase-overflow-expected.html
blobf830f3159e5205364cd8620fc3620b94d22efba0
1 <html>
2 <head>
3 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=11935</title>
4 <style type="text/css">
5 div.square { width: 100px; height: 100px; overflow: hidden; }
6 </style>
7 </head>
8 <body>
9 <div id="target" class="square">
10 <div class="square" style="background-color: green"></div>
11 <div class="square" style="background-color: red"></div>
12 </div>
13 </body>
14 </html>