DescriptionoverrideMimeType should be called after open to be spec compliant
Before this CL, RSS tests invoked XMLHttpRequest.overrideMimeType on
DONE state. This relies on a spec inconsistent behavior of current Blink.
http://www.w3.org/TR/XMLHttpRequest2/#the-overridemimetype-method
This change moves the call after open, so that |overrideMimeType| is called
at OPENED state, which is safe.
BUG=402375
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290485
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|