Auto merge of #19352 - MortimerGoro:xhr_arraybuffer, r=jdm

Handle arraybuffer responseType in XHR

<!-- Please describe your changes on the following line: -->

Handle arraybuffer responseType in XHR

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [x] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19352)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-11-23 11:14:11 -06:00 committed by GitHub
commit 55049c2a67
2 changed files with 29 additions and 9 deletions

View file

@ -1,5 +0,0 @@
[response-data-arraybuffer.htm]
type: testharness
[XMLHttpRequest: The response attribute: ArrayBuffer data]
expected: FAIL