summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/url/scheme-expected.txt
blob: fbc130d256c7fce51091bfe6c60c4e7b78bba536 (plain)
1
2
3
4
5
6
7
8
9
10
11
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