Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / background-clip-text-expected.txt
blob2cfc79310b6d17c2bfe876141220d86e1ac100e4
1 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.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS test("background-clip: -webkit-text", "background-clip") is "-webkit-text"
7 PASS test("background-clip: -webkit-text", "-webkit-background-clip") is ""
8 PASS test("background-clip: content-box", "background-clip") is "content-box"
9 PASS test("background-clip: padding-box", "background-clip") is "padding-box"
10 PASS test("background-clip: border-box", "background-clip") is "border-box"
11 PASS test("background-clip: text", "background-clip") is ""
12 PASS test("background-clip: text", "-webkit-background-clip") is ""
13 PASS test("-webkit-background-clip: -webkit-text", "background-clip") is ""
14 PASS test("-webkit-background-clip: -webkit-text", "-webkit-background-clip") is "-webkit-text"
15 PASS test("-webkit-background-clip: text", "background-clip") is ""
16 PASS test("-webkit-background-clip: text", "-webkit-background-clip") is "text"
17 PASS test("background: url() padding-box", "-webkit-background-clip") is ""
18 PASS test("-webkit-mask: url() ", "background-clip") is ""
19 PASS test("background: url() ", "background-clip") is "initial"
20 PASS test("background: url() padding-box", "background-clip") is "padding-box"
21 PASS test("background: url() padding-box border-box", "background-clip") is "border-box"
22 PASS test("background: repeat content-box border-box url() ", "background-clip") is "border-box"
23 PASS test("background: padding-box blue content-box url() repeat scroll ", "background-clip") is "content-box"
24 PASS successfullyParsed is true
26 TEST COMPLETE