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

Side by Side Diff: LayoutTests/fast/gradients/css3-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; }
5 .box { 6 .box {
6 display: inline-block; 7 display: inline-block;
7 height: 120px; 8 height: 120px;
8 width: 201px; 9 width: 201px;
9 margin: 10px; 10 margin: 10px;
10 border: 1px solid black; 11 border: 1px solid black;
11 background-repeat: no-repeat; 12 background-repeat: no-repeat;
12 } 13 }
13 14
14 .gradientAngle0 { 15 .gradientAngle0 {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 <div class="box gradientAngle90"></div> 57 <div class="box gradientAngle90"></div>
57 <div class="box gradientAngleMinus270"></div> 58 <div class="box gradientAngleMinus270"></div>
58 <br/> 59 <br/>
59 <div class="box gradientAngle180"></div> 60 <div class="box gradientAngle180"></div>
60 <div class="box gradientAngleMinus180"></div> 61 <div class="box gradientAngleMinus180"></div>
61 <br/> 62 <br/>
62 <div class="box gradientAngle270"></div> 63 <div class="box gradientAngle270"></div>
63 <div class="box gradientAngleMinus90"></div> 64 <div class="box gradientAngleMinus90"></div>
64 </body> 65 </body>
65 </html> 66 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/gradients/background-clipped.html ('k') | LayoutTests/fast/gradients/unprefixed-color-stop-units.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698