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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-url-linkify-expected.txt

Issue 1878273002: Remove URLencode/URLdecode for the inner origin of blob: URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unescape constants in tests & code Created 4 years, 8 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 Tests that URLs are linked to and completed correctly. Bugs 51663, 53171, 62643, 72373, 79905 1 Tests that URLs are linked to and completed correctly. Bugs 51663, 53171, 62643, 72373, 79905
2 2
3 3
4 URLs completed: 4 URLs completed:
5 http://example.com/ 5 http://example.com/
6 http://example.com/moo 6 http://example.com/moo
7 https://secure.com/moo 7 https://secure.com/moo
8 https://secure.com/moo 8 https://secure.com/moo
9 http://example.com/moo 9 http://example.com/moo
10 http://example.com/foo/zoo/moo 10 http://example.com/foo/zoo/moo
11 http://example.com/foo/boo/moo 11 http://example.com/foo/boo/moo
12 http://example.com/moo 12 http://example.com/moo
13 http://example.com/foo?a=b 13 http://example.com/foo?a=b
14 http://example.com/foo?a=/b 14 http://example.com/foo?a=/b
15 http://example.com/?a=/b 15 http://example.com/?a=/b
16 http://example.com/foo?a=b 16 http://example.com/foo?a=b
17 http://example.com/foo?a=/b 17 http://example.com/foo?a=/b
18 http://example.com/foo?a=b 18 http://example.com/foo?a=b
19 http://example.com/cat.jpeg 19 http://example.com/cat.jpeg
20 http://example.com/cat.jpeg 20 http://example.com/cat.jpeg
21 http://example.com/foo?bar=http://otherexample.com 21 http://example.com/foo?bar=http://otherexample.com
22 data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCAgMAAACeOuh7AAAABGdBTUEAAK /INwWK6QAAAAlQTFRF////AAAA////fu+PTwAAAAF0Uk5TAEDm2GYAAACHSURBVDjLxdLbDYAgDAVQGE Ln0R3oEHYf2KGdUqtE46OFRCP3oyTng1xCnWsaD5JRRtCkQ2YmkBkHRXqWJBn0j0TICbrsWVoWhRShCd cGyZCtHxMaUnVPRZ9KSbmBJdsX2vJVnwqRD0Rb4rpzgIbE/AI5NTnWAMvy5l0dXrfuLh5OCe5BmmYGXh TUxlQ5xJ8AAAAASUVORK5CYII= 22 data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCAgMAAACeOuh7AAAABGdBTUEAAK /INwWK6QAAAAlQTFRF////AAAA////fu+PTwAAAAF0Uk5TAEDm2GYAAACHSURBVDjLxdLbDYAgDAVQGE Ln0R3oEHYf2KGdUqtE46OFRCP3oyTng1xCnWsaD5JRRtCkQ2YmkBkHRXqWJBn0j0TICbrsWVoWhRShCd cGyZCtHxMaUnVPRZ9KSbmBJdsX2vJVnwqRD0Rb4rpzgIbE/AI5NTnWAMvy5l0dXrfuLh5OCe5BmmYGXh TUxlQ5xJ8AAAAASUVORK5CYII=
23 javascript:alert('foo'); 23 javascript:alert('foo');
24 blob:http%3A//example.com/f91b7b00-00-0000-0000-3b7c87055d7a 24 blob:http://example.com/f91b7b00-00-0000-0000-3b7c87055d7a
25 blob:http%3A//example.com/f91b7b00-00-0000-0000-3b7c87055d7a 25 blob:http://example.com/f91b7b00-00-0000-0000-3b7c87055d7a
26 Link for a URI from CSS document: 26 Link for a URI from CSS document:
27 webkit-html-resource-link elements/styles/resources/fromcss.png 27 webkit-html-resource-link elements/styles/resources/fromcss.png
28 Link for a URI from iframe inline stylesheet: 28 Link for a URI from iframe inline stylesheet:
29 elements/styles/resources/iframed.png 29 elements/styles/resources/iframed.png
30 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698