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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/fixed-element-repaint-after-compositing-update-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 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 #moveMe { 5 #moveMe {
6 position: fixed; 6 position: fixed;
7 background: green; 7 background: green;
8 width: 100px; 8 width: 100px;
9 height: 100px; 9 height: 100px;
10 top: 150px; 10 top: 150px;
11 left: 150px; 11 left: 150px;
12 } 12 }
13 </style> 13 </style>
14 </head> 14 </head>
15 15
16 <body> 16 <body>
17 <p>This test checks that we correctly invalidate a shifted fixed positioned element overlapping another fixed positioned element.</p> 17 <p>This test checks that we correctly invalidate a shifted fixed positioned element overlapping another fixed positioned element.</p>
18 <p>For this test, there should be only one green square below.</p> 18 <p>For this test, there should be only one green square below.</p>
19 <div id="moveMe"></div> 19 <div id="moveMe"></div>
20 </body> 20 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698