Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / win / fast / url / relative-win-expected.txt
blobdd30d9fce6086a699ffc2c13e16a01708ca0f405
1 Test resolution of relative Windows-like URLs.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS canonicalize('http://host/') is 'http://host/'
7 PASS canonicalize('bar') is 'file:///C:/bar'
8 PASS canonicalize('../../../bar.html') is 'file:///C:/bar.html'
9 PASS canonicalize('/../bar.html') is 'file:///C:/bar.html'
10 FAIL canonicalize('\\\\another\\path') should be . Was file://another/path.
11 PASS canonicalize('//c:/foo') is 'file:///C:/foo'
12 PASS canonicalize('//localhost/c:/foo') is 'file:///C:/foo'
13 FAIL canonicalize('c:') should be . Was file:///C:/.
14 FAIL canonicalize('c:/foo') should be . Was file:///C:/foo.
15 FAIL canonicalize('c:\\foo') should be . Was file:///C:/foo.
16 PASS canonicalize('/z:/bar') is 'file:///Z:/bar'
17 PASS canonicalize('/bar') is 'file:///C:/bar'
18 FAIL canonicalize('/bar') should be file://localhost/C:/bar. Was file:///C:/bar.
19 PASS canonicalize('/bar') is 'file:///C:/bar'
20 PASS canonicalize('//somehost/path') is 'file://somehost/path'
21 PASS canonicalize('/\\//somehost/path') is 'file://somehost/path'
22 PASS successfullyParsed is true
24 TEST COMPLETE