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

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

Powered by Google App Engine
This is Rietveld 408576698