Closed
Bug 918739
Opened 11 years ago
Closed 9 years ago
[XHR2] Extra space in content-type string (argue with Anne if you don't like this being a bug)
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: hsteen, Unassigned)
References
()
Details
This test case fails because of a superfluous space in content type string:
assert_equals: expected "text/plain;charset=UTF-8" but got "text/plain; charset=UTF-8"
http://w3c-test.org/web-platform-tests/master/XMLHttpRequest/send-content-type-string.htm
If you like whitespace, feel free to lobby Anne to have the spec changed :-p
Comment 1•9 years ago
|
||
These tests seem to pass now.
Reporter | ||
Comment 2•9 years ago
|
||
Indeed, they do.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•