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

Unified Diff: LayoutTests/fast/css/background-clip-text-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/css/background-clip-text-expected.txt
diff --git a/LayoutTests/fast/css/background-clip-text-expected.txt b/LayoutTests/fast/css/background-clip-text-expected.txt
index 2d5e6516788f5949e107306f7cc93f9fe0bb4fb1..2cfc79310b6d17c2bfe876141220d86e1ac100e4 100644
--- a/LayoutTests/fast/css/background-clip-text-expected.txt
+++ b/LayoutTests/fast/css/background-clip-text-expected.txt
@@ -4,18 +4,18 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS test("background-clip: -webkit-text", "background-clip") is "-webkit-text"
-PASS test("background-clip: -webkit-text", "-webkit-background-clip") is null
+PASS test("background-clip: -webkit-text", "-webkit-background-clip") is ""
PASS test("background-clip: content-box", "background-clip") is "content-box"
PASS test("background-clip: padding-box", "background-clip") is "padding-box"
PASS test("background-clip: border-box", "background-clip") is "border-box"
-PASS test("background-clip: text", "background-clip") is null
-PASS test("background-clip: text", "-webkit-background-clip") is null
-PASS test("-webkit-background-clip: -webkit-text", "background-clip") is null
+PASS test("background-clip: text", "background-clip") is ""
+PASS test("background-clip: text", "-webkit-background-clip") is ""
+PASS test("-webkit-background-clip: -webkit-text", "background-clip") is ""
PASS test("-webkit-background-clip: -webkit-text", "-webkit-background-clip") is "-webkit-text"
-PASS test("-webkit-background-clip: text", "background-clip") is null
+PASS test("-webkit-background-clip: text", "background-clip") is ""
PASS test("-webkit-background-clip: text", "-webkit-background-clip") is "text"
-PASS test("background: url() padding-box", "-webkit-background-clip") is null
-PASS test("-webkit-mask: url() ", "background-clip") is null
+PASS test("background: url() padding-box", "-webkit-background-clip") is ""
+PASS test("-webkit-mask: url() ", "background-clip") is ""
PASS test("background: url() ", "background-clip") is "initial"
PASS test("background: url() padding-box", "background-clip") is "padding-box"
PASS test("background: url() padding-box border-box", "background-clip") is "border-box"

Powered by Google App Engine
This is Rietveld 408576698