Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / outline-child-repaint-expected.html
blob68657e0eb2dfe69d77f8e8015197fee72cb92222
1 <html>
2 <head>
3 <style type="text/css" media="screen">
4 #container {
5 position: absolute;
6 left: 10px;
7 top: 250px;
8 width: 200px;
9 height: 50px;
11 .outlined {
12 outline: 10px solid green;
13 height: 30px;
14 background-color: #DDD;
16 </style>
17 </head>
18 <body">
19 <p>
20 This is a repaint test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=22159">https://bugs.webkit.org/show_bug.cgi?id=22159</a>
21 Repaint issue with outlines in child objects</i>.
22 </p>
23 <p>If the test passes, you should not see any red below</p>
24 <hr>
26 <div id="container">
27 <div class="outlined">
28 </div>
29 </div>
30 </body>
31 </html>