WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
Bug 38038
[chromium] fast/url/file-http-base-expected.html fails on win, linux, mac
https://bugs.webkit.org/show_bug.cgi?id=38038
Summary
[chromium] fast/url/file-http-base-expected.html fails on win, linux, mac
Yuzo Fujishima
Reported
2010-04-23 01:37:00 PDT
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
Comment 1
2010-04-23 01:43:23 PDT
Committed
r58159
: <
http://trac.webkit.org/changeset/58159
>
Yuzo Fujishima
Comment 2
2010-04-23 01:46:06 PDT
Just changed the test expectation. The issue remains.
Yuzo Fujishima
Comment 3
2010-04-28 02:15:55 PDT
Brett, can you take a look?
Stephen Chenney
Comment 4
2013-04-09 16:09:49 PDT
LayoutTest failures for Chromium are being marked WontFix. The Bug is still accessible and referenced from TestExpectations.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug