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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/end-of-opacity-transition-expected.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 #foreground { 3 #foreground {
4 position: absolute; 4 position: absolute;
5 top: 0; 5 top: 0;
6 left: 0; 6 left: 0;
7 width: 200px; 7 width: 200px;
8 height: 200px; 8 height: 200px;
9 background-color: green; 9 background-color: green;
10 } 10 }
11 body { 11 body {
12 margin: 0; 12 margin: 0;
13 } 13 }
14 #description { 14 #description {
15 position: absolute; 15 position: absolute;
16 top: 300px; 16 top: 300px;
17 } 17 }
18 </style> 18 </style>
19 <div id="foreground"></div> 19 <div id="foreground"></div>
20 <div id="description"> 20 <div id="description">
21 Tests paint invalidation on end of opacity transition.<br> 21 Tests paint invalidation on end of opacity transition.<br>
22 Passes if there is a green square and no red.<br> 22 Passes if there is a green square and no red.<br>
23 </div> 23 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698