summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/url/relative-unix-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/url/relative-unix-expected.txt')
-rw-r--r--LayoutTests/fast/url/relative-unix-expected.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LayoutTests/fast/url/relative-unix-expected.txt b/LayoutTests/fast/url/relative-unix-expected.txt
index acd59ab..32c1a75 100644
--- a/LayoutTests/fast/url/relative-unix-expected.txt
+++ b/LayoutTests/fast/url/relative-unix-expected.txt
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
FAIL canonicalize('\\\\Another\\path') should be http://another/path. Was http://Another/path.
PASS canonicalize('/c:\\foo') is 'http://host/c:/foo'
-FAIL canonicalize('//c:\\foo') should be http://c/foo. Was http://c:/foo.
+PASS canonicalize('//c:\\foo') is 'http://c/foo'
PASS successfullyParsed is true
TEST COMPLETE