summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/url/relative-unix-expected.txt
blob: acd59ab028c94abc9aac6a78dc2281d2712f9e03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Test resolution of relative UNIX-like URLs.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


FAIL canonicalize('\\\\Another\\path') should be http://another/path. Was http://Another/path.
PASS canonicalize('/c:\\foo') is 'http://host/c:/foo'
FAIL canonicalize('//c:\\foo') should be http://c/foo. Was http://c:/foo.
PASS successfullyParsed is true

TEST COMPLETE