Closed
Bug 1073882
Opened 10 years ago
Closed 10 years ago
XMLHttpRequest.prototype.responseURL should not have fragment per latest spec
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: xKhorasan, Assigned: xKhorasan)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed)
Attachments
(1 file)
2.21 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:35.0) Gecko/20100101 Firefox/35.0
Build ID: 20140927030204
See: https://github.com/whatwg/xhr/commit/9fd9bb483001231f55f380a319b00ca32bdb5222
XHR spec changed to serialize response's URL without fragment. Since Firefox currently return responseURL with fragment, its behavior should be fixed.
Steps to reproduce:
1. Launch Firefox and open http://request-xkhorasan.rhcloud.com/responseURL/fragment
Actual result:
responseURL for http://request-xkhorasan.rhcloud.com/test#fragment: http://request-xkhorasan.rhcloud.com/test#fragment
Expected result:
responseURL for http://request-xkhorasan.rhcloud.com/test#fragment: http://request-xkhorasan.rhcloud.com/test
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8496490 -
Flags: review?(bugs)
Updated•10 years ago
|
Attachment #8496490 -
Flags: review?(bugs) → review+
Comment 2•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Comment 3•10 years ago
|
||
Keywords: checkin-needed
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
Updated•10 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•