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(fi
le:///image.png)" |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 PASS innerStyle("-webkit-mask", "padding-box none") is "none padding-box padding
-box" | 63 PASS innerStyle("-webkit-mask", "padding-box none") is "none padding-box padding
-box" |
64 PASS innerStyle("-webkit-mask", "none padding-box") is "none padding-box padding
-box" | 64 PASS innerStyle("-webkit-mask", "none padding-box") is "none padding-box padding
-box" |
65 PASS innerStyle("-webkit-mask", "padding-box content-box") is "padding-box conte
nt-box" | 65 PASS innerStyle("-webkit-mask", "padding-box content-box") is "padding-box conte
nt-box" |
66 PASS innerStyle("-webkit-mask", "content-box content-box") is "content-box conte
nt-box" | 66 PASS innerStyle("-webkit-mask", "content-box content-box") is "content-box conte
nt-box" |
67 PASS innerStyle("-webkit-mask", "padding-box border-box") is "padding-box border
-box" | 67 PASS innerStyle("-webkit-mask", "padding-box border-box") is "padding-box border
-box" |
68 PASS innerStyle("-webkit-mask", "padding-box border-box none") is "none padding-
box border-box" | 68 PASS innerStyle("-webkit-mask", "padding-box border-box none") is "none padding-
box border-box" |
69 PASS innerStyle("-webkit-mask", "none padding-box border-box") is "none padding-
box border-box" | 69 PASS innerStyle("-webkit-mask", "none padding-box border-box") is "none padding-
box border-box" |
70 PASS innerStyle("-webkit-mask", "none left top / auto") is "none 0% 0% / auto" | 70 PASS innerStyle("-webkit-mask", "none left top / auto") is "none 0% 0% / auto" |
71 PASS innerStyle("-webkit-mask", "none left top / auto auto") is "none 0% 0% / au
to" | 71 PASS innerStyle("-webkit-mask", "none left top / auto auto") is "none 0% 0% / au
to" |
72 PASS innerStyle("-webkit-mask", "none left top / 100%") is "none 0% 0% / 100%" | 72 PASS innerStyle("-webkit-mask", "none left top / 100%") is "none 0% 0% / 100%" |
| 73 PASS innerStyle("-webkit-mask", "none left top / 100% 100%") is "none 0% 0% / 10
0% 100%" |
73 PASS innerStyle("-webkit-mask", "none left top / 0%") is "none 0% 0% / 0%" | 74 PASS innerStyle("-webkit-mask", "none left top / 0%") is "none 0% 0% / 0%" |
74 PASS innerStyle("-webkit-mask", "none left top / auto 0%") is "none 0% 0% / auto
0%" | 75 PASS innerStyle("-webkit-mask", "none left top / auto 0%") is "none 0% 0% / auto
0%" |
75 PASS innerStyle("-webkit-mask", "none left top / cover") is "none 0% 0% / cover" | 76 PASS innerStyle("-webkit-mask", "none left top / cover") is "none 0% 0% / cover" |
76 PASS innerStyle("-webkit-mask", "none left top / contain") is "none 0% 0% / cont
ain" | 77 PASS innerStyle("-webkit-mask", "none left top / contain") is "none 0% 0% / cont
ain" |
77 PASS innerStyle("-webkit-mask", "none left 20px top 10px / contain") is "none le
ft 20px top 10px / contain" | 78 PASS innerStyle("-webkit-mask", "none left 20px top 10px / contain") is "none le
ft 20px top 10px / contain" |
78 PASS innerStyle("-webkit-mask", "none left 20px top / contain") is "none left 20
px top 0% / contain" | 79 PASS innerStyle("-webkit-mask", "none left 20px top / contain") is "none left 20
px top 0% / contain" |
79 PASS innerStyle("-webkit-mask", "none padding-box content-box") is "none padding
-box content-box" | 80 PASS innerStyle("-webkit-mask", "none padding-box content-box") is "none padding
-box content-box" |
80 PASS innerStyle("-webkit-mask", "none padding-box") is "none padding-box padding
-box" | 81 PASS innerStyle("-webkit-mask", "none padding-box") is "none padding-box padding
-box" |
81 PASS innerStyle("-webkit-mask", "none top") is "none 50% 0%" | 82 PASS innerStyle("-webkit-mask", "none top") is "none 50% 0%" |
82 PASS innerStyle("-webkit-mask", "none center right 20px") is "none right 20px to
p 50%" | 83 PASS innerStyle("-webkit-mask", "none center right 20px") is "none right 20px to
p 50%" |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 PASS innerStyle("-webkit-mask", "none top 20px top 30px / auto repeat-x scroll b
order-box border-box") is null | 118 PASS innerStyle("-webkit-mask", "none top 20px top 30px / auto repeat-x scroll b
order-box border-box") is null |
118 PASS innerStyle("-webkit-mask", "none top 20px bottom / auto repeat-x scroll bor
der-box border-box") is null | 119 PASS innerStyle("-webkit-mask", "none top 20px bottom / auto repeat-x scroll bor
der-box border-box") is null |
119 PASS innerStyle("mask-source-type", "rubbish") is null | 120 PASS innerStyle("mask-source-type", "rubbish") is null |
120 PASS innerStyle("mask-source-type", "") is null | 121 PASS innerStyle("mask-source-type", "") is null |
121 PASS innerStyle("mask-source-type", "center") is null | 122 PASS innerStyle("mask-source-type", "center") is null |
122 PASS innerStyle("mask-source-type", "repeat") is null | 123 PASS innerStyle("mask-source-type", "repeat") is null |
123 PASS successfullyParsed is true | 124 PASS successfullyParsed is true |
124 | 125 |
125 TEST COMPLETE | 126 TEST COMPLETE |
126 | 127 |
OLD | NEW |