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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/squash-partial-repaint-inside-squashed-layer-expected.html

Issue 2321183002: Move repaint tests (except for svg/) 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 <style> 3 <style>
4 .box { 4 .box {
5 width: 100px; 5 width: 100px;
6 height: 100px; 6 height: 100px;
7 } 7 }
8 8
9 .behind { 9 .behind {
10 position: absolute; 10 position: absolute;
(...skipping 26 matching lines...) Expand all
37 } 37 }
38 38
39 </style> 39 </style>
40 </head> 40 </head>
41 <body> 41 <body>
42 <div class="box behind"></div> 42 <div class="box behind"></div>
43 <div class="box middle"></div> 43 <div class="box middle"></div>
44 <img id="repaintdiv" class="repaintdiv"></img> 44 <img id="repaintdiv" class="repaintdiv"></img>
45 <div class="box top"></div> 45 <div class="box top"></div>
46 </body> 46 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698