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

Unified Diff: LayoutTests/fast/masking/parsing-mask-expected.txt

Issue 1274643002: CSSStyleDeclaraction returns empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed changes from imported/csswg-test Created 5 years, 4 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/masking/parsing-mask-expected.txt
diff --git a/LayoutTests/fast/masking/parsing-mask-expected.txt b/LayoutTests/fast/masking/parsing-mask-expected.txt
index 6d3c78f7d9fc2f73e1726e89358cc9fdef103798..6e570f1539230a44796d21944deb62179b333367 100644
--- a/LayoutTests/fast/masking/parsing-mask-expected.txt
+++ b/LayoutTests/fast/masking/parsing-mask-expected.txt
@@ -86,41 +86,41 @@ PASS innerStyle("-webkit-mask", "none border-box left top 20px") is "none left 0
PASS innerStyle("-webkit-mask", "none border-box content-box left top repeat-x") is "none 0% 0% repeat-x border-box content-box"
PASS innerStyle("-webkit-mask", "none border-box content-box left top / auto repeat-x") is "none 0% 0% / auto repeat-x border-box content-box"
PASS innerStyle("-webkit-mask", "none border-box content-box right 0px center / auto repeat-x") is "none right 0px top 50% / auto repeat-x border-box content-box"
-PASS innerStyle("-webkit-mask", "top none left") is null
-PASS innerStyle("-webkit-mask", "right none bottom") is null
-PASS innerStyle("-webkit-mask", "right right") is null
-PASS innerStyle("-webkit-mask", "left left") is null
-PASS innerStyle("-webkit-mask", "top top") is null
-PASS innerStyle("-webkit-mask", "bottom bottom") is null
-PASS innerStyle("-webkit-mask", "50% none 50%") is null
-PASS innerStyle("-webkit-mask", "repeat-x repeat-x") is null
-PASS innerStyle("-webkit-mask", "space repeat-y") is null
-PASS innerStyle("-webkit-mask", "repeat space space") is null
-PASS innerStyle("-webkit-mask", "padding-box border-box content-box") is null
-PASS innerStyle("-webkit-mask", "none / auto") is null
-PASS innerStyle("-webkit-mask", "none repeat-x / auto") is null
-PASS innerStyle("-webkit-mask", "none border-box / auto") is null
-PASS innerStyle("-webkit-mask", "none top left / cover 100%") is null
-PASS innerStyle("-webkit-mask", "scroll") is null
-PASS innerStyle("-webkit-mask", "fixed") is null
-PASS innerStyle("-webkit-mask", "local") is null
-PASS innerStyle("-webkit-mask", "space scroll") is null
-PASS innerStyle("-webkit-mask", "none scroll") is null
-PASS innerStyle("-webkit-mask", "none top left / auto repeat-x scroll border-box border-box") is null
-PASS innerStyle("-webkit-mask", "right top left") is null
-PASS innerStyle("-webkit-mask", "center left center") is null
-PASS innerStyle("-webkit-mask", "center top center") is null
-PASS innerStyle("-webkit-mask", "center right bottom") is null
-PASS innerStyle("-webkit-mask", "top solid bottom") is null
-PASS innerStyle("-webkit-mask", "none top left right center top / auto repeat-x scroll border-box border-box") is null
-PASS innerStyle("-webkit-mask", "none center center 20px / auto repeat-x scroll border-box border-box") is null
-PASS innerStyle("-webkit-mask", "none top 20px right 30px center / auto repeat-x scroll border-box border-box") is null
-PASS innerStyle("-webkit-mask", "none top 20px top 30px / auto repeat-x scroll border-box border-box") is null
-PASS innerStyle("-webkit-mask", "none top 20px bottom / auto repeat-x scroll border-box border-box") is null
-PASS innerStyle("mask-source-type", "rubbish") is null
-PASS innerStyle("mask-source-type", "") is null
-PASS innerStyle("mask-source-type", "center") is null
-PASS innerStyle("mask-source-type", "repeat") is null
+PASS innerStyle("-webkit-mask", "top none left") is ""
+PASS innerStyle("-webkit-mask", "right none bottom") is ""
+PASS innerStyle("-webkit-mask", "right right") is ""
+PASS innerStyle("-webkit-mask", "left left") is ""
+PASS innerStyle("-webkit-mask", "top top") is ""
+PASS innerStyle("-webkit-mask", "bottom bottom") is ""
+PASS innerStyle("-webkit-mask", "50% none 50%") is ""
+PASS innerStyle("-webkit-mask", "repeat-x repeat-x") is ""
+PASS innerStyle("-webkit-mask", "space repeat-y") is ""
+PASS innerStyle("-webkit-mask", "repeat space space") is ""
+PASS innerStyle("-webkit-mask", "padding-box border-box content-box") is ""
+PASS innerStyle("-webkit-mask", "none / auto") is ""
+PASS innerStyle("-webkit-mask", "none repeat-x / auto") is ""
+PASS innerStyle("-webkit-mask", "none border-box / auto") is ""
+PASS innerStyle("-webkit-mask", "none top left / cover 100%") is ""
+PASS innerStyle("-webkit-mask", "scroll") is ""
+PASS innerStyle("-webkit-mask", "fixed") is ""
+PASS innerStyle("-webkit-mask", "local") is ""
+PASS innerStyle("-webkit-mask", "space scroll") is ""
+PASS innerStyle("-webkit-mask", "none scroll") is ""
+PASS innerStyle("-webkit-mask", "none top left / auto repeat-x scroll border-box border-box") is ""
+PASS innerStyle("-webkit-mask", "right top left") is ""
+PASS innerStyle("-webkit-mask", "center left center") is ""
+PASS innerStyle("-webkit-mask", "center top center") is ""
+PASS innerStyle("-webkit-mask", "center right bottom") is ""
+PASS innerStyle("-webkit-mask", "top solid bottom") is ""
+PASS innerStyle("-webkit-mask", "none top left right center top / auto repeat-x scroll border-box border-box") is ""
+PASS innerStyle("-webkit-mask", "none center center 20px / auto repeat-x scroll border-box border-box") is ""
+PASS innerStyle("-webkit-mask", "none top 20px right 30px center / auto repeat-x scroll border-box border-box") is ""
+PASS innerStyle("-webkit-mask", "none top 20px top 30px / auto repeat-x scroll border-box border-box") is ""
+PASS innerStyle("-webkit-mask", "none top 20px bottom / auto repeat-x scroll border-box border-box") is ""
+PASS innerStyle("mask-source-type", "rubbish") is ""
+PASS innerStyle("mask-source-type", "") is ""
+PASS innerStyle("mask-source-type", "center") is ""
+PASS innerStyle("mask-source-type", "repeat") is ""
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698