Index: third_party/WebKit/LayoutTests/fast/css/background-clip-text-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css/background-clip-text-expected.txt b/third_party/WebKit/LayoutTests/fast/css/background-clip-text-expected.txt |
index 2cfc79310b6d17c2bfe876141220d86e1ac100e4..084e4fb0f74e69087e2dfb240c21770d1e0e1f2c 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/background-clip-text-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/css/background-clip-text-expected.txt |
@@ -1,17 +1,13 @@ |
-This tests checks that the '-webkit-text' and 'text' keywords are parsed correctly in the 'background-clip' and '-webkit-background-clip' properties, and that 'background-clip' is parsed correctly in the 'background' shorthand. |
+This tests checks that the 'text' keyword is parsed correctly in the 'background-clip' and '-webkit-background-clip' properties, and that 'background-clip' is parsed correctly in the 'background' shorthand. |
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 "" |
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 "" |
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 "" |
PASS test("-webkit-background-clip: text", "-webkit-background-clip") is "text" |
PASS test("background: url() padding-box", "-webkit-background-clip") is "" |