Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / win / fast / url / relative-unix-expected.txt
blobfa06be3715e9c4c3d4e20b1318d82dd754fd309a
1 Test resolution of relative UNIX-like URLs.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 FAIL canonicalize('\\\\Another\\path') should be http://another/path. Was file://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