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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/layer-child-outline.html

Issue 2327223002: Move all remaining fast/repaint tests to paint/invalidation (Closed)
Patch Set: Created 4 years, 3 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
1 <html> 1 <html>
2 <head> 2 <head>
3 <title></title> 3 <title></title>
4 </head> 4 </head>
5 <body> 5 <body>
6 <p> 6 <p>
7 This tests repainting of a layer's children's outlines. 7 This tests repainting of a layer's children's outlines.
8 </p> 8 </p>
9 <hr> 9 <hr>
10 <div style="position: relative; width: 100px; background: silver; outline: d ashed 2px;"> 10 <div style="position: relative; width: 100px; background: silver; outline: d ashed 2px;">
11 <div style="height: 100px; outline: thick dotted red;"></div> 11 <div style="height: 100px; outline: thick dotted red;"></div>
12 </div> 12 </div>
13 </body> 13 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698