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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/gradients-em-stops-repaint-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 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 15 matching lines...) Expand all
26 </head> 26 </head>
27 <body> 27 <body>
28 28
29 <div class="em-units"> 29 <div class="em-units">
30 <div id="box3" class="box"><div class="indicator" style="width: 5em;"></div> </div> 30 <div id="box3" class="box"><div class="indicator" style="width: 5em;"></div> </div>
31 <div id="box4" class="box" style="font-size: 36pt"><div class="indicator" st yle="width: 5em"></div></div> 31 <div id="box4" class="box" style="font-size: 36pt"><div class="indicator" st yle="width: 5em"></div></div>
32 </div> 32 </div>
33 33
34 </body> 34 </body>
35 </html> 35 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698