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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/layer-repaint-rects.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 PUBLIC "-//W3C//DTD HTML 4.01//EN" 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd"> 2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html> 3 <html>
4 <head> 4 <head>
5 <meta http-equiv="Content-type" content="text/html; charset=utf-8"> 5 <meta http-equiv="Content-type" content="text/html; charset=utf-8">
6 <title>Layer repaint</title> 6 <title>Layer repaint</title>
7 <style type="text/css" media="screen"> 7 <style type="text/css" media="screen">
8 body { 8 body {
9 margin: 0; 9 margin: 0;
10 } 10 }
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 73
74 <p>Tests repaint after a layer stops compositing. You should see no red belo w after the end of the transition.</p> 74 <p>Tests repaint after a layer stops compositing. You should see no red belo w after the end of the transition.</p>
75 <div id="container"> 75 <div id="container">
76 <div id="translate"></div> 76 <div id="translate"></div>
77 <div id="widen"></div> 77 <div id="widen"></div>
78 </div> 78 </div>
79 79
80 <div id="tester"></div> 80 <div id="tester"></div>
81 </body> 81 </body>
82 </html> 82 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698