summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/url/scheme-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/url/scheme-expected.txt')
-rw-r--r--LayoutTests/fast/url/scheme-expected.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LayoutTests/fast/url/scheme-expected.txt b/LayoutTests/fast/url/scheme-expected.txt
index 8709b81..fbc130d 100644
--- a/LayoutTests/fast/url/scheme-expected.txt
+++ b/LayoutTests/fast/url/scheme-expected.txt
@@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS canonicalize('http://example.com/') is 'http://example.com/'
-FAIL canonicalize('HTTP://example.com/') should be http://example.com/. Was HTTP://example.com/.
+PASS canonicalize('HTTP://example.com/') is 'http://example.com/'
PASS successfullyParsed is true
TEST COMPLETE