summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/masking/parsing-clip-path-iri-expected.txt
blob: d07d234869435e5440f7d6617860e8d21149d60d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Test clip-path IRIs

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS innerStyle("-webkit-clip-path", "url(#clip1)") is "url(\"#clip1\")"
PASS innerStyle("-webkit-clip-path", "url(clip.svg#clip1)") is "url(\"clip.svg#clip1\")"
PASS computedStyle("-webkit-clip-path", "url(#clip1)") is "url(\"#clip1\")"
PASS computedStyle("-webkit-clip-path", "url(clip.svg#clip1)") is "url(\"clip.svg#clip1\")"
PASS successfullyParsed is true

TEST COMPLETE