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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/parsing-unitless-length-quirk.html

Issue 1676513003: Move background/webkit-mask shorthands into CSSPropertyParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix review issues Created 4 years, 9 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: third_party/WebKit/LayoutTests/fast/css/parsing-unitless-length-quirk.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/parsing-unitless-length-quirk.html b/third_party/WebKit/LayoutTests/fast/css/parsing-unitless-length-quirk.html
index 1313ae6d062893c5113daa1cc1989e2ed5fbc03a..2a2142b41be2c2ed761714045db0e18ae6ca49d0 100644
--- a/third_party/WebKit/LayoutTests/fast/css/parsing-unitless-length-quirk.html
+++ b/third_party/WebKit/LayoutTests/fast/css/parsing-unitless-length-quirk.html
@@ -195,7 +195,7 @@ test(function(){
assert_equals(sheet.cssRules[44].style.background, "");
}, "No unitless length quirk for background property");
test(function(){
- assert_equals(sheet.cssRules[45].style.background, "10px 50% rgb(255, 0, 0)");
+ assert_equals(sheet.cssRules[45].style.background, "10px center rgb(255, 0, 0)");
}, "No unitless length quirk for background property");
test(function(){
assert_equals(sheet.cssRules[46].style.background, "");

Powered by Google App Engine
This is Rietveld 408576698