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

Side by Side Diff: LayoutTests/fast/gradients/background-clipped.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 <style> 1 <style>
2 body { overflow: hidden; }
2 div { 3 div {
3 width: 200px; 4 width: 200px;
4 height: 200px; 5 height: 200px;
5 border: 5px dashed blue; 6 border: 5px dashed blue;
6 background-image: -webkit-gradient(radial, left top, 0, left top, 250, f rom(black), to(white)); 7 background-image: -webkit-gradient(radial, left top, 0, left top, 250, f rom(black), to(white));
7 -webkit-background-size: 66% 66%; 8 -webkit-background-size: 66% 66%;
8 } 9 }
9 </style> 10 </style>
10 <div style="-webkit-transform: rotate(45deg);"></div> 11 <div style="-webkit-transform: rotate(45deg);"></div>
11 <div style="margin-top: 50px; margin-left: -50px;"></div> 12 <div style="margin-top: 50px; margin-left: -50px;"></div>
12 <div style="margin-top: -210px; margin-left: auto; margin-right: -50px;"> 13 <div style="margin-top: -210px; margin-left: auto; margin-right: -50px;">
13 </div> 14 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698