OLD | NEW |
1 Test that clip-path shapes accept different length units | 1 Test that clip-path shapes accept different length units |
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 innerStyle("-webkit-mask", "none") is "none" | 6 PASS innerStyle("-webkit-mask", "none") is "none" |
7 PASS innerStyle("-webkit-mask", "none, none") is "none, none" | 7 PASS innerStyle("-webkit-mask", "none, none") is "none, none" |
8 PASS innerStyle("-webkit-mask", "none, none, none") is "none, none, none" | 8 PASS innerStyle("-webkit-mask", "none, none, none") is "none, none, none" |
9 PASS innerStyle("-webkit-mask", "url(file:///image.png), none") is "url(file:///
image.png), none" | 9 PASS innerStyle("-webkit-mask", "url(file:///image.png), none") is "url(\"file:/
//image.png\"), none" |
10 PASS innerStyle("-webkit-mask", "none, url(file:///image.png)") is "none, url(fi
le:///image.png)" | 10 PASS innerStyle("-webkit-mask", "none, url(file:///image.png)") is "none, url(\"
file:///image.png\")" |
11 PASS innerStyle("-webkit-mask", "top left") is "0% 0%" | 11 PASS innerStyle("-webkit-mask", "top left") is "0% 0%" |
12 PASS innerStyle("-webkit-mask", "bottom right") is "100% 100%" | 12 PASS innerStyle("-webkit-mask", "bottom right") is "100% 100%" |
13 PASS innerStyle("-webkit-mask", "left bottom") is "0% 100%" | 13 PASS innerStyle("-webkit-mask", "left bottom") is "0% 100%" |
14 PASS innerStyle("-webkit-mask", "right top") is "100% 0%" | 14 PASS innerStyle("-webkit-mask", "right top") is "100% 0%" |
15 PASS innerStyle("-webkit-mask", "center") is "50% 50%" | 15 PASS innerStyle("-webkit-mask", "center") is "50% 50%" |
16 PASS innerStyle("-webkit-mask", "none top") is "none 50% 0%" | 16 PASS innerStyle("-webkit-mask", "none top") is "none 50% 0%" |
17 PASS innerStyle("-webkit-mask", "none bottom") is "none 50% 100%" | 17 PASS innerStyle("-webkit-mask", "none bottom") is "none 50% 100%" |
18 PASS innerStyle("-webkit-mask", "none right") is "none 100% 50%" | 18 PASS innerStyle("-webkit-mask", "none right") is "none 100% 50%" |
19 PASS innerStyle("-webkit-mask", "none top right") is "none 100% 0%" | 19 PASS innerStyle("-webkit-mask", "none top right") is "none 100% 0%" |
20 PASS innerStyle("-webkit-mask", "none bottom left") is "none 0% 100%" | 20 PASS innerStyle("-webkit-mask", "none bottom left") is "none 0% 100%" |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 PASS innerStyle("-webkit-mask", "none top 20px top 30px / auto repeat-x scroll b
order-box border-box") is "" | 118 PASS innerStyle("-webkit-mask", "none top 20px top 30px / auto repeat-x scroll b
order-box border-box") is "" |
119 PASS innerStyle("-webkit-mask", "none top 20px bottom / auto repeat-x scroll bor
der-box border-box") is "" | 119 PASS innerStyle("-webkit-mask", "none top 20px bottom / auto repeat-x scroll bor
der-box border-box") is "" |
120 PASS innerStyle("mask-source-type", "rubbish") is "" | 120 PASS innerStyle("mask-source-type", "rubbish") is "" |
121 PASS innerStyle("mask-source-type", "") is "" | 121 PASS innerStyle("mask-source-type", "") is "" |
122 PASS innerStyle("mask-source-type", "center") is "" | 122 PASS innerStyle("mask-source-type", "center") is "" |
123 PASS innerStyle("mask-source-type", "repeat") is "" | 123 PASS innerStyle("mask-source-type", "repeat") is "" |
124 PASS successfullyParsed is true | 124 PASS successfullyParsed is true |
125 | 125 |
126 TEST COMPLETE | 126 TEST COMPLETE |
127 | 127 |
OLD | NEW |