You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing //d: with base file:///C:/a/b (or just parsing file:///d:) currently gives a single string "d:" in the path, so serializing does not include a trailing slash. Maybe it should?
Edge 13 and IE 9..11, Safari 9.1 and TP (WebKit 12603.1.16), Firefox Nightly 52.0a1 (2016-11-14) and 53.0a1 (2017-01-02) on Mac OS X, Chrome Canary 57.0.2970.0 on Mac OS X
With trailing slash:
Chrome 50.0 on Windows 10, Firefox 44.0 on Windows 10
(I don't know if there is a difference between platforms here for Chromium and Gecko, or if it changed between recent versions.)
The text was updated successfully, but these errors were encountered:
https://url.spec.whatwg.org/commit-snapshots/26caf4927f6c95ba4f56d701ecd8a52fdb664982/#path-state
From web-platform-tests/wpt#4382 (comment)
Parsing
//d:
with basefile:///C:/a/b
(or just parsingfile:///d:
) currently gives a single string "d:" in the path, so serializing does not include a trailing slash. Maybe it should?http://software.hixie.ch/utilities/js/live-dom-viewer/saved/4769
(I don't know if there is a difference between platforms here for Chromium and Gecko, or if it changed between recent versions.)
The text was updated successfully, but these errors were encountered: