| OLD | NEW |
| 1 This tests checks that the '-webkit-text' and 'text' keywords are parsed correct
ly in the 'background-clip' and '-webkit-background-clip' properties, and that '
background-clip' is parsed correctly in the 'background' shorthand. | 1 This tests checks that the 'text' keyword is parsed correctly in the 'background
-clip' and '-webkit-background-clip' properties, and that 'background-clip' is p
arsed correctly in the 'background' shorthand. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 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" | 6 PASS test("background-clip: content-box", "background-clip") is "content-box" |
| 9 PASS test("background-clip: padding-box", "background-clip") is "padding-box" | 7 PASS test("background-clip: padding-box", "background-clip") is "padding-box" |
| 10 PASS test("background-clip: border-box", "background-clip") is "border-box" | 8 PASS test("background-clip: border-box", "background-clip") is "border-box" |
| 11 PASS test("background-clip: text", "background-clip") is "" | 9 PASS test("background-clip: text", "background-clip") is "" |
| 12 PASS test("background-clip: text", "-webkit-background-clip") is "" | 10 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 "" | 11 PASS test("-webkit-background-clip: text", "background-clip") is "" |
| 16 PASS test("-webkit-background-clip: text", "-webkit-background-clip") is "text" | 12 PASS test("-webkit-background-clip: text", "-webkit-background-clip") is "text" |
| 17 PASS test("background: url() padding-box", "-webkit-background-clip") is "" | 13 PASS test("background: url() padding-box", "-webkit-background-clip") is "" |
| 18 PASS test("-webkit-mask: url() ", "background-clip") is "" | 14 PASS test("-webkit-mask: url() ", "background-clip") is "" |
| 19 PASS test("background: url() ", "background-clip") is "initial" | 15 PASS test("background: url() ", "background-clip") is "initial" |
| 20 PASS test("background: url() padding-box", "background-clip") is "padding-box" | 16 PASS test("background: url() padding-box", "background-clip") is "padding-box" |
| 21 PASS test("background: url() padding-box border-box", "background-clip") is "bor
der-box" | 17 PASS test("background: url() padding-box border-box", "background-clip") is "bor
der-box" |
| 22 PASS test("background: repeat content-box border-box url() ", "background-clip")
is "border-box" | 18 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 ", "back
ground-clip") is "content-box" | 19 PASS test("background: padding-box blue content-box url() repeat scroll ", "back
ground-clip") is "content-box" |
| 24 PASS successfullyParsed is true | 20 PASS successfullyParsed is true |
| 25 | 21 |
| 26 TEST COMPLETE | 22 TEST COMPLETE |
| 27 | 23 |
| OLD | NEW |