Bug 38038
Summary: | [chromium] fast/url/file-http-base-expected.html fails on win, linux, mac | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yuzo Fujishima <yuzo> |
Component: | Tools / Tests | Assignee: | Brett Wilson (Google) <brettw> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Yuzo Fujishima
At r58152,
8 tests are passing for Chromium but failing for WebKit per se:
Chromium: PASS canonicalize('file:') is 'file:///'
Chromium: PASS canonicalize('file:/\\/\\C:\\\\//foo\\bar.html') is 'file:///C:////foo/bar.html'
Chromium: PASS canonicalize('file:c:\\foo\\bar.html') is 'file:///c:/foo/bar.html'
Chromium: PASS canonicalize('file:c|//foo\\bar.html') is 'file:///c%7C//foo/bar.html'
Chromium: PASS canonicalize('file://test') is 'file://test/'
Chromium: PASS canonicalize('file://localhost') is 'file://localhost/'
Chromium: PASS canonicalize('file://localhost/') is 'file://localhost/'
Chromium: PASS canonicalize('file://localhost/test') is 'file://localhost/test'
1 test is failing for Chromium but passing for WebKit per se:
Chromium: FAIL canonicalize('file:filer/home\\me') should be file://filer/home/me. Was file:///filer/home/me.
WebKit: PASS canonicalize('file:filer/home\\me') is 'file://filer/home/me'
As for the last test, I think that Chormium's behavior is actually correct.
If I am right, we may just rebaseline the expectation for Chromium.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yuzo Fujishima
Committed r58159: <http://trac.webkit.org/changeset/58159>
Yuzo Fujishima
Just changed the test expectation.
The issue remains.
Yuzo Fujishima
Brett, can you take a look?
Stephen Chenney
LayoutTest failures for Chromium are being marked WontFix. The Bug is still accessible and referenced from TestExpectations.