Auto merge of #22648 - collares:ChannelSplitterNode, r=Manishearth

Implement DOM APIs for ChannelSplitterNode

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

Based on #21591. Fixes #21558. I tried to update the expected results for WPT using "./mach update-wpt"; let me know if I got something wrong.

---
<!-- 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
- [x] These changes fix the second half of #21558

<!-- Either: -->
- [x] There are web-platform-tests tests for these changes
- [ ] 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/22648)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-01-12 14:11:26 -05:00 committed by GitHub
commit c7cd1b83a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 188 additions and 139 deletions

View file

@ -27080,7 +27080,7 @@
"testharness"
],
"mozilla/interfaces.html": [
"8153d67c8cb4e554b05ac884e9898f50508349be",
"95ab0109c82c8e90a3e53a3579b9337e2091e26c",
"testharness"
],
"mozilla/interfaces.js": [

View file

@ -30,6 +30,7 @@ test_interfaces([
"CanvasRenderingContext2D",
"CanvasPattern",
"ChannelMergerNode",
"ChannelSplitterNode",
"CharacterData",
"CloseEvent",
"CSS",