Chromium Code Reviews

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.
Jump to:
View unified diff |
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...)
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