OLD | NEW |
1 Test clip-path IRIs | 1 Test clip-path IRIs |
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-clip-path", "url(#clip1)") is "url(#clip1)" | 6 FAIL innerStyle("-webkit-clip-path", "url(#clip1)") should be url(#clip1). Was u
rl("#clip1"). |
7 PASS innerStyle("-webkit-clip-path", "url(clip.svg#clip1)") is "url(clip.svg#cli
p1)" | 7 FAIL innerStyle("-webkit-clip-path", "url(clip.svg#clip1)") should be url(clip.s
vg#clip1). Was url("clip.svg#clip1"). |
8 PASS computedStyle("-webkit-clip-path", "url(#clip1)") is "url(#clip1)" | 8 FAIL computedStyle("-webkit-clip-path", "url(#clip1)") should be url(#clip1). Wa
s url("#clip1"). |
9 PASS computedStyle("-webkit-clip-path", "url(clip.svg#clip1)") is "url(clip.svg#
clip1)" | 9 FAIL computedStyle("-webkit-clip-path", "url(clip.svg#clip1)") should be url(cli
p.svg#clip1). Was url("clip.svg#clip1"). |
10 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
11 | 11 |
12 TEST COMPLETE | 12 TEST COMPLETE |
13 | 13 |
OLD | NEW |