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

Unified 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/max-width/height, border-spacing, background-position, text-indent 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/backgroundSize10.html
diff --git a/LayoutTests/fast/backgrounds/size/backgroundSize10.html b/LayoutTests/fast/backgrounds/size/backgroundSize10.html
index e9ce55450a0c9445a450d3d5733ae7a1be021a94..e7cf1e21fe6122cb5182c1925f12f254395b8a0d 100644
--- a/LayoutTests/fast/backgrounds/size/backgroundSize10.html
+++ b/LayoutTests/fast/backgrounds/size/backgroundSize10.html
@@ -2,7 +2,7 @@
<style>
body {
background-image:url(resources/bikes.bmp);
- -webkit-background-size: 100 auto;
+ -webkit-background-size: 100px auto;
background-repeat: no-repeat;
background-position: center;
}
@@ -10,4 +10,4 @@
</head>
<body>
-</body>
+</body>

Powered by Google App Engine
This is Rietveld 408576698