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

Side by Side Diff: LayoutTests/fast/backgrounds/size/backgroundSize05.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 } 6 }
7 </style> 7 </style>
8 </head> 8 </head>
9 9
10 <body> 10 <body>
11 </body> 11 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698