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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/outline-child-repaint-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 <html> 1 <html>
2 <head> 2 <head>
3 <style type="text/css" media="screen"> 3 <style type="text/css" media="screen">
4 #container { 4 #container {
5 position: absolute; 5 position: absolute;
6 left: 10px; 6 left: 10px;
7 top: 250px; 7 top: 250px;
8 width: 200px; 8 width: 200px;
9 height: 50px; 9 height: 50px;
10 } 10 }
(...skipping 22 matching lines...) Expand all
33 <hr> 33 <hr>
34 34
35 <div id="underlay"> 35 <div id="underlay">
36 </div> 36 </div>
37 <div id="container"> 37 <div id="container">
38 <div class="outlined"> 38 <div class="outlined">
39 </div> 39 </div>
40 </div> 40 </div>
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698