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

Unified Diff: LayoutTests/fast/url/file-http-base-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/anchor-expected.txt ('k') | LayoutTests/fast/url/host-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/url/file-http-base-expected.txt
diff --git a/LayoutTests/fast/url/file-http-base-expected.txt b/LayoutTests/fast/url/file-http-base-expected.txt
deleted file mode 100644
index 9bb865c594bfdc54a4892396890e340cc7164e2f..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/url/file-http-base-expected.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-Canonicalization of file URLs when the base URL is an http URL
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-FAIL canonicalize('file:c:\\foo\\bar.html') should be file:///C:/foo/bar.html. Was file://c:/foo/bar.html.
-FAIL canonicalize(' File:c|////foo\\bar.html') should be file:///C:////foo/bar.html. Was file://c|////foo/bar.html.
-PASS canonicalize('file:') is 'file:///'
-FAIL canonicalize('file:UNChost/path') should be file://unchost/path. Was file://UNChost/path.
-FAIL canonicalize('c:\\foo\\bar') should be file:///C:/foo/bar. Was c:/foo/bar.
-FAIL canonicalize('C|/foo/bar') should be file:///C:/foo/bar. Was http://example.com/mock/C|/foo/bar.
-FAIL canonicalize('/C|\\foo\\bar') should be file:///C:/foo/bar. Was http://example.com/C|/foo/bar.
-FAIL canonicalize('//C|/foo/bar') should be file:///C:/foo/bar. Was //C|/foo/bar.
-FAIL canonicalize('//server/file') should be file://server/file. Was http://server/file.
-FAIL canonicalize('\\\\server\\file') should be file://server/file. Was http://server/file.
-FAIL canonicalize('/\\server/file') should be file://server/file. Was http://server/file.
-FAIL canonicalize('file:c:foo/bar.html') should be file:///C:/foo/bar.html. Was file://c:foo/bar.html.
-FAIL canonicalize('file:/\\/\\C:\\\\//foo\\bar.html') should be file:///C:////foo/bar.html. Was file:////C:////foo/bar.html.
-PASS canonicalize('file:///foo/bar.txt') is 'file:///foo/bar.txt'
-FAIL canonicalize('FILE:/\\/\\7:\\\\//foo\\bar.html') should be file://7:////foo/bar.html. Was file:////7:////foo/bar.html.
-PASS canonicalize('file:filer/home\\me') is 'file://filer/home/me'
-FAIL canonicalize('file:///C:/foo/../../../bar.html') should be file:///C:/bar.html. Was file:///bar.html.
-FAIL canonicalize('file:///C:/asdf#\xc2') should be file:///C:/asdf#Â. Was file:///C:/asdf#%C2.
-FAIL canonicalize('file:///C:/asdf#Â') should be file:///C:/asdf#Â. Was file:///C:/asdf#%C2.
-PASS canonicalize('file:///home/me') is 'file:///home/me'
-FAIL canonicalize('file:c:\\foo\\bar.html') should be file:///c:/foo/bar.html. Was file://c:/foo/bar.html.
-FAIL canonicalize('file:c|//foo\\bar.html') should be file:///c%7C//foo/bar.html. Was file://c|//foo/bar.html.
-FAIL canonicalize('//') should be file:///. Was http:/.
-FAIL canonicalize('///') should be file:///. Was http:/.
-FAIL canonicalize('///test') should be file:///test. Was http:/test.
-PASS canonicalize('file://test') is 'file://test/'
-FAIL canonicalize('file://localhost') should be file://localhost/. Was file:///.
-FAIL canonicalize('file://localhost/') should be file://localhost/. Was file:///.
-FAIL canonicalize('file://localhost/test') should be file://localhost/test. Was file:///test.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/url/anchor-expected.txt ('k') | LayoutTests/fast/url/host-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698