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

Side by Side Diff: LayoutTests/fast/backgrounds/size/backgroundSize15.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 <html> 1 <html>
2 <style> 2 <style>
3 body { overflow: hidden; }
3 div { 4 div {
4 background-image:url(resources/bikes.bmp); 5 background-image:url(resources/bikes.bmp);
5 -webkit-background-size: 133px 135px; 6 -webkit-background-size: 133px 135px;
6 } 7 }
7 </style> 8 </style>
8 9
9 <body> 10 <body>
10 11
11 <div style="width:100px; height:100px"></div> 12 <div style="width:100px; height:100px"></div>
12 13
13 <br><br><br> 14 <br><br><br>
14 15
15 <div style="width:800px; height:800px"></div> 16 <div style="width:800px; height:800px"></div>
16 17
17 </body> 18 </body>
18 </html> 19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698