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

Side by Side Diff: LayoutTests/fast/gradients/unprefixed-color-stop-units.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 2
3 <html> 3 <html>
4 <head> 4 <head>
5 <style> 5 <style>
6 body { overflow: hidden; }
6 h2 { 7 h2 {
7 font-size: 12pt; 8 font-size: 12pt;
8 margin: 2px; 9 margin: 2px;
9 } 10 }
10 11
11 .box { 12 .box {
12 display: inline-block; 13 display: inline-block;
13 height: 100px; 14 height: 100px;
14 width: 300px; 15 width: 300px;
15 margin: 10px; 16 margin: 10px;
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 </div> 87 </div>
87 88
88 <!--Should see a sharp green/yellow transition in the right box--> 89 <!--Should see a sharp green/yellow transition in the right box-->
89 <div class="container"> 90 <div class="container">
90 <div class="linear7 box"></div> 91 <div class="linear7 box"></div>
91 <div class="linear8 box" style="width: 200px;"></div> 92 <div class="linear8 box" style="width: 200px;"></div>
92 </div> 93 </div>
93 94
94 </body> 95 </body>
95 </html> 96 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698