scheme-expected.txt revision 430b6b672341c7e8b5e4cfafaaae20315e68701b
1Canonicalization of URL schemes.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS canonicalize('http://example.com/') is 'http://example.com/'
7FAIL canonicalize('HTTP://example.com/') should be http://example.com/. Was HTTP://example.com/.
8PASS successfullyParsed is true
9
10TEST COMPLETE
11
12