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

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

Issue 1715513002: Move background related shorthands into CSSPropertyParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase test Created 4 years, 10 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 4a6774e2298db06ba820468bc7be6cb6ed4090fd..1313ae6d062893c5113daa1cc1989e2ed5fbc03a 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
@@ -183,7 +183,7 @@ test(function(){
assert_equals(sheet.cssRules[40].style.font, "");
}, "No unitless length quirk for font property");
test(function(){
- assert_equals(sheet.cssRules[41].style.backgroundPosition, "10px 50%");
+ assert_equals(sheet.cssRules[41].style.backgroundPosition, "10px center");
}, "Unitless length quirk for background-position property");
test(function(){
assert_equals(sheet.cssRules[42].style.backgroundPosition, "10px 20px");

Powered by Google App Engine
This is Rietveld 408576698