summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/url/scheme-expected.txt
blob: 8709b81810f4c72c2127dc1315e4c608b9cc42b9 (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/'
FAIL canonicalize('HTTP://example.com/') should be http://example.com/. Was HTTP://example.com/.
PASS successfullyParsed is true

TEST COMPLETE