RESOLVED FIXED 8688
file URLs aren't being serialized correctly when using window.location
https://bugs.webkit.org/show_bug.cgi?id=8688
Summary file URLs aren't being serialized correctly when using window.location
Anders Carlsson
Reported 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
Attachments
Fix (3.12 KB, patch)
2006-05-02 00:14 PDT, Anders Carlsson
hyatt: review+
Anders Carlsson
Comment 1 2006-05-02 00:14:51 PDT
Dave Hyatt
Comment 2 2006-05-02 00:15:46 PDT
Comment on attachment 8062 [details] Fix r=me
Note You need to log in before you can comment on or make changes to this bug.