| Index: third_party/WebKit/LayoutTests/fast/masking/parsing-clip-path-iri-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/masking/parsing-clip-path-iri-expected.txt b/third_party/WebKit/LayoutTests/fast/masking/parsing-clip-path-iri-expected.txt
|
| index 7c78edeab3ff0b49799782f18f629c34b3845bd1..61f335795446a8667af73a470781fa4ee9da084f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/masking/parsing-clip-path-iri-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/masking/parsing-clip-path-iri-expected.txt
|
| @@ -3,10 +3,10 @@ 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)"
|
| +FAIL innerStyle("-webkit-clip-path", "url(#clip1)") should be url(#clip1). Was url("#clip1").
|
| +FAIL innerStyle("-webkit-clip-path", "url(clip.svg#clip1)") should be url(clip.svg#clip1). Was url("clip.svg#clip1").
|
| +FAIL computedStyle("-webkit-clip-path", "url(#clip1)") should be url(#clip1). Was url("#clip1").
|
| +FAIL computedStyle("-webkit-clip-path", "url(clip.svg#clip1)") should be url(clip.svg#clip1). Was url("clip.svg#clip1").
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|