Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / url / scheme-expected.txt
blobfbc130d256c7fce51091bfe6c60c4e7b78bba536
1 Canonicalization of URL schemes.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS canonicalize('http://example.com/') is 'http://example.com/'
7 PASS canonicalize('HTTP://example.com/') is 'http://example.com/'
8 PASS successfullyParsed is true
10 TEST COMPLETE