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

Side by Side Diff: LayoutTests/fast/backgrounds/size/backgroundSize09.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 } 7 }
8 </style> 8 </style>
9 </head> 9 </head>
10 10
11 <body> 11 <body>
12 </body> 12 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/backgrounds/size/backgroundSize05.html ('k') | LayoutTests/fast/backgrounds/size/backgroundSize10.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698