Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/masking/parsing-clip-path-iri-expected.txt

Issue 1363233003: Make sure <url>s are being serialized according to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CSSPrimitiveValue and CSSSVGDocumentValue customCSSText changes Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698