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

Side by Side Diff: LayoutTests/fast/backgrounds/size/backgroundSize10.html

Issue 764703002: Support unit-less lengths for white-list of properties only. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: min-width/height still accepts unitless lengths Created 5 years, 11 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
OLDNEW
1 <head> 1 <head>
2 <style> 2 <style>
3 body { 3 body {
4 background-image:url(resources/bikes.bmp); 4 background-image:url(resources/bikes.bmp);
5 -webkit-background-size: 100 auto; 5 -webkit-background-size: 100px auto;
6 background-repeat: no-repeat; 6 background-repeat: no-repeat;
7 background-position: center; 7 background-position: center;
8 } 8 }
9 </style> 9 </style>
10 </head> 10 </head>
11 11
12 <body> 12 <body>
13 </body> 13 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/backgrounds/size/backgroundSize09.html ('k') | LayoutTests/fast/backgrounds/size/backgroundSize11.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698