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

Side by Side Diff: LayoutTests/fast/backgrounds/size/backgroundSize12.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: auto 150; 5 -webkit-background-size: auto 150px;
6 background-position: right; 6 background-position: right;
7 } 7 }
8 </style> 8 </style>
9 </head> 9 </head>
10 10
11 <body> 11 <body>
12 </body> 12 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698