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

Side by Side Diff: LayoutTests/fast/gradients/unprefixed-linear-right-angle-gradients.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style type="text/css" media="screen"> 4 <style type="text/css" media="screen">
5 body { overflow: hidden; }
6
5 .box { 7 .box {
6 display: inline-block; 8 display: inline-block;
7 height: 120px; 9 height: 120px;
8 width: 201px; 10 width: 201px;
9 margin: 10px; 11 margin: 10px;
10 border: 1px solid black; 12 border: 1px solid black;
11 background-repeat: no-repeat; 13 background-repeat: no-repeat;
12 } 14 }
13 15
14 .gradientAngle0 { 16 .gradientAngle0 {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 <br/> 78 <br/>
77 <div class="box gradientAngle180"></div> 79 <div class="box gradientAngle180"></div>
78 <div class="box gradientAngleMinus180"></div> 80 <div class="box gradientAngleMinus180"></div>
79 <div class="box gradientAngle540"></div> 81 <div class="box gradientAngle540"></div>
80 <br/> 82 <br/>
81 <div class="box gradientAngle270"></div> 83 <div class="box gradientAngle270"></div>
82 <div class="box gradientAngleMinus90"></div> 84 <div class="box gradientAngleMinus90"></div>
83 <div class="box gradientAngle630"></div> 85 <div class="box gradientAngle630"></div>
84 </body> 86 </body>
85 </html> 87 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/gradients/unprefixed-color-stop-units.html ('k') | LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698