Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / box-shadow-inset-repaint-expected.html
blob26ee8d227521ce914b7e348968624b2775385bf7
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css" media="screen">
5 div#container {
6 padding: 15px;
7 box-shadow: inset cyan 0 -60px 0 0;
9 </style>
10 </head>
11 <body>
12 <div id="container" style="width:200px;">
13 <div style='width:100px; height:100px; background-color:green'></div>
14 </div>
15 </body>
16 </html>