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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/gradients-em-stops-repaint.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 2
3 <html> 3 <html>
4 <head> 4 <head>
5 <style type="text/css" media="screen"> 5 <style type="text/css" media="screen">
6 .box { 6 .box {
7 display: inline-block; 7 display: inline-block;
8 height: 120px; 8 height: 120px;
9 width: 300px; 9 width: 300px;
10 margin: 10px; 10 margin: 10px;
(...skipping 23 matching lines...) Expand all
34 </head> 34 </head>
35 <body onload="runRepaintAndPixelTest();"> 35 <body onload="runRepaintAndPixelTest();">
36 36
37 <div class="em-units"> 37 <div class="em-units">
38 <div id="box3" class="box"><div class="indicator" style="width: 5em;"></div> </div> 38 <div id="box3" class="box"><div class="indicator" style="width: 5em;"></div> </div>
39 <div id="box4" class="box"><div class="indicator" style="width: 5em;"></div> </div> 39 <div id="box4" class="box"><div class="indicator" style="width: 5em;"></div> </div>
40 </div> 40 </div>
41 41
42 </body> 42 </body>
43 </html> 43 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698