Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / url / relative-unix-expected.txt
blob8e93d443f6c3ca57a766c6a181febab84524b91b
1 Test resolution of relative UNIX-like URLs.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS canonicalize('\\\\Another\\path') is 'http://another/path'
7 PASS canonicalize('/c:\\foo') is 'http://host/c:/foo'
8 PASS canonicalize('//c:\\foo') is 'http://c/foo'
9 PASS successfullyParsed is true
11 TEST COMPLETE