Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/spv2/outline-child-repaint-expected.html

Issue 2010243002: Remove paint/invalidation/spv2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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;
10 }
11 .outlined {
12 outline: 10px solid green;
13 height: 30px;
14 background-color: #DDD;
15 }
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>
25
26 <div id="container">
27 <div class="outlined">
28 </div>
29 </div>
30 </body>
31 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698