| 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"
|
|
|