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 PASS innerStyle("-webkit-clip-path", "url(#clip1)") is "url(\"#clip1\")" |
7 PASS innerStyle("-webkit-clip-path", "url(clip.svg#clip1)") is "url(clip.svg#cli
p1)" | 7 PASS innerStyle("-webkit-clip-path", "url(clip.svg#clip1)") is "url(\"clip.svg#c
lip1\")" |
8 PASS computedStyle("-webkit-clip-path", "url(#clip1)") is "url(#clip1)" | 8 PASS computedStyle("-webkit-clip-path", "url(#clip1)") is "url(\"#clip1\")" |
9 PASS computedStyle("-webkit-clip-path", "url(clip.svg#clip1)") is "url(clip.svg#
clip1)" | 9 PASS computedStyle("-webkit-clip-path", "url(clip.svg#clip1)") is "url(\"clip.sv
g#clip1\")" |
10 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
11 | 11 |
12 TEST COMPLETE | 12 TEST COMPLETE |
13 | 13 |
OLD | NEW |