summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/url/relative-win-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/url/relative-win-expected.txt')
-rw-r--r--LayoutTests/fast/url/relative-win-expected.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LayoutTests/fast/url/relative-win-expected.txt b/LayoutTests/fast/url/relative-win-expected.txt
index 733f815..1cb8d67 100644
--- a/LayoutTests/fast/url/relative-win-expected.txt
+++ b/LayoutTests/fast/url/relative-win-expected.txt
@@ -8,7 +8,7 @@ PASS canonicalize('bar') is 'file:///C:/bar'
FAIL canonicalize('../../../bar.html') should be file:///C:/bar.html. Was file:///bar.html.
FAIL canonicalize('/../bar.html') should be file:///C:/bar.html. Was file:///bar.html.
FAIL canonicalize('\\\\another\\path') should be . Was http://another/path.
-FAIL canonicalize('//c:/foo') should be file:///C:/foo. Was file://c:/foo.
+FAIL canonicalize('//c:/foo') should be file:///C:/foo. Was file://c/foo.
FAIL canonicalize('//localhost/c:/foo') should be file:///C:/foo. Was file:///c:/foo.
FAIL canonicalize('c:') should be . Was c:.
FAIL canonicalize('c:/foo') should be . Was c:/foo.