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

Unified Diff: LayoutTests/fast/hidpi/image-set-background-repeat.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/hidpi/image-set-background-repeat.html
diff --git a/LayoutTests/fast/hidpi/image-set-background-repeat.html b/LayoutTests/fast/hidpi/image-set-background-repeat.html
index cc3e11dd07460dbc905a16ae28d6cdaeaa1f2eaf..8c608a8a765c087d57f5a9ec4fc673500f390f27 100644
--- a/LayoutTests/fast/hidpi/image-set-background-repeat.html
+++ b/LayoutTests/fast/hidpi/image-set-background-repeat.html
@@ -7,7 +7,7 @@
height:90px;
background-image: -webkit-image-set(url('resources/deleteButton.png') 1x, url('resources/deleteButton-2x.png') 2x);
background-repeat: repeat;
- background-size: 30 30;
+ background-size: 30px 30px;
}
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698