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

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

Powered by Google App Engine
This is Rietveld 408576698