Bug 8688

Summary: file URLs aren't being serialized correctly when using window.location
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: WebCore JavaScriptAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Fix hyatt: review+

Description Anders Carlsson 2006-05-02 00:01:20 PDT
window.location.href incorrectly serializes file URLs as "file:/path/to/file". The correct way to do this is "file:///path/to/file" which both Opera and Mozilla does on Mac. This prevents the XPath JSUnit tests from running correctly
Comment 1 Anders Carlsson 2006-05-02 00:14:51 PDT
Created attachment 8062 [details]
Fix
Comment 2 Dave Hyatt 2006-05-02 00:15:46 PDT
Comment on attachment 8062 [details]
Fix

r=me