https://bugs.winehq.org/show_bug.cgi?id=37279
Bug ID: 37279 Summary: builtin IE "document.location.pathname" returns without leading slash Product: Wine Version: 1.7.26 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mshtml Assignee: wine-bugs@winehq.org Reporter: penghao@linuxdeepin.com
Created attachment 49577 --> https://bugs.winehq.org/attachment.cgi?id=49577 test case
I have upload a test html page, use jscript to get value of document.location.pathname. if it was start with a leading slash, nothing will happen; if don't, will be a alert.
this page was tested on IE8/11, Chrome, Firefox. they are all right. but in builtin IE the value will do not have leading slash.