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

Unified Diff: LayoutTests/fast/url/path-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/url/ipv4-expected.txt ('k') | LayoutTests/fast/url/port-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/url/path-expected.txt
diff --git a/LayoutTests/fast/url/path-expected.txt b/LayoutTests/fast/url/path-expected.txt
deleted file mode 100644
index bfd2c94271fc724de85f4f3a2263add04ed79431..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/url/path-expected.txt
+++ /dev/null
@@ -1,48 +0,0 @@
-Canonicalization of paths.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS canonicalize('http://example.com/././foo') is 'http://example.com/foo'
-PASS canonicalize('http://example.com/./.foo') is 'http://example.com/.foo'
-PASS canonicalize('http://example.com/foo/.') is 'http://example.com/foo/'
-PASS canonicalize('http://example.com/foo/./') is 'http://example.com/foo/'
-PASS canonicalize('http://example.com/foo/bar/..') is 'http://example.com/foo/'
-PASS canonicalize('http://example.com/foo/bar/../') is 'http://example.com/foo/'
-PASS canonicalize('http://example.com/foo/..bar') is 'http://example.com/foo/..bar'
-PASS canonicalize('http://example.com/foo/bar/../ton') is 'http://example.com/foo/ton'
-PASS canonicalize('http://example.com/foo/bar/../ton/../../a') is 'http://example.com/a'
-PASS canonicalize('http://example.com/foo/../../..') is 'http://example.com/'
-PASS canonicalize('http://example.com/foo/../../../ton') is 'http://example.com/ton'
-FAIL canonicalize('http://example.com/foo/%2e') should be http://example.com/foo/. Was http://example.com/foo/%2e.
-FAIL canonicalize('http://example.com/foo/%2e%2') should be http://example.com/foo/.%2. Was http://example.com/foo/%2e%2.
-FAIL canonicalize('http://example.com/foo/%2e./%2e%2e/.%2e/%2e.bar') should be http://example.com/..bar. Was http://example.com/foo/%2e./%2e%2e/.%2e/%2e.bar.
-PASS canonicalize('http://example.com////../..') is 'http://example.com//'
-PASS canonicalize('http://example.com/foo/bar//../..') is 'http://example.com/foo/'
-PASS canonicalize('http://example.com/foo/bar//..') is 'http://example.com/foo/bar/'
-PASS canonicalize('http://example.com/foo/bar/..') is 'http://example.com/foo/'
-PASS canonicalize('http://example.com/foo') is 'http://example.com/foo'
-PASS canonicalize('http://example.com/%20foo') is 'http://example.com/%20foo'
-PASS canonicalize('http://example.com/foo%') is 'http://example.com/foo%'
-PASS canonicalize('http://example.com/foo%2') is 'http://example.com/foo%2'
-PASS canonicalize('http://example.com/foo%2zbar') is 'http://example.com/foo%2zbar'
-PASS canonicalize('http://example.com/foo%2©zbar') is 'http://example.com/foo%2%C3%82%C2%A9zbar'
-FAIL canonicalize('http://example.com/foo%41%7a') should be http://example.com/fooAz. Was http://example.com/foo%41%7a.
-PASS canonicalize('http://example.com/foo ‘%91') is 'http://example.com/foo%C2%91%91'
-FAIL canonicalize('http://example.com/foo%00%51') should be http://example.com/foo%00Q. Was http://example.com/foo%00%51.
-PASS canonicalize('http://example.com/(%28:%3A%29)') is 'http://example.com/(%28:%3A%29)'
-PASS canonicalize('http://example.com/%3A%3a%3C%3c') is 'http://example.com/%3A%3a%3C%3c'
-PASS canonicalize('http://example.com/foo bar') is 'http://example.com/foobar'
-PASS canonicalize('http://example.com\\foo\\bar') is 'http://example.com/foo/bar'
-PASS canonicalize('http://example.com/%7Ffp3%3Eju%3Dduvgw%3Dd') is 'http://example.com/%7Ffp3%3Eju%3Dduvgw%3Dd'
-PASS canonicalize('http://example.com/@asdf%40') is 'http://example.com/@asdf%40'
-PASS canonicalize('http://example.com/你好你好') is 'http://example.com/%E4%BD%A0%E5%A5%BD%E4%BD%A0%E5%A5%BD'
-FAIL canonicalize('http://example.com/﷐zyx') should be http://example.com/%EF%BF%BDzyx. Was http://example.com/%EF%B7%90zyx.
-PASS canonicalize('http://example.com/‥/foo') is 'http://example.com/%E2%80%A5/foo'
-PASS canonicalize('http://example.com//foo') is 'http://example.com/%EF%BB%BF/foo'
-PASS canonicalize('http://example.com/‮/foo/‭/bar') is 'http://example.com/%E2%80%AE/foo/%E2%80%AD/bar'
-FAIL canonicalize('http://example.com/foo/') should be http://example.com%2Ffoo/. Was http://example.com/foo/.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/url/ipv4-expected.txt ('k') | LayoutTests/fast/url/port-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698