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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/backgrounds/size/backgroundSize12.html
diff --git a/LayoutTests/fast/backgrounds/size/backgroundSize12.html b/LayoutTests/fast/backgrounds/size/backgroundSize12.html
index 3f22eca44d371161453204dee9d85a556ae142db..d3550f14415420431ba1add268dc73e04b74c6bb 100644
--- a/LayoutTests/fast/backgrounds/size/backgroundSize12.html
+++ b/LayoutTests/fast/backgrounds/size/backgroundSize12.html
@@ -2,11 +2,11 @@
<style>
body {
background-image:url(resources/bikes.bmp);
- -webkit-background-size: auto 150;
+ -webkit-background-size: auto 150px;
background-position: right;
}
</style>
</head>
<body>
-</body>
+</body>

Powered by Google App Engine
This is Rietveld 408576698