blob: 1883235b107089a955ee7c1adfef9e402c28eca5 [file] [log] [blame]
Canonicalization of URL schemes.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS canonicalize('http://example.com/') is 'http://example.com/'
PASS canonicalize('HTTP://example.com/') is 'http://example.com/'
PASS successfullyParsed is true
TEST COMPLETE