scheme-expected.txt revision 2fc2651226baac27029e38c9d6ef883fa32084db
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/'
7PASS canonicalize('HTTP://example.com/') is 'http://example.com/'
8PASS successfullyParsed is true
9
10TEST COMPLETE
11
12