Auto merge of #23281 - josephhutch:StereoPannerNode, r=Manishearth

StereoPannerNode DOM

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

This is the DOM implementation for StereoPannerNode. Backend implemented in https://github.com/servo/media/pull/243.

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

<!-- Either: -->
- [ ] 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/23281)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-04-30 21:14:24 -04:00 committed by GitHub
commit aa63d60717
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 183 additions and 119 deletions

View file

@ -20306,7 +20306,7 @@
"testharness"
],
"mozilla/interfaces.html": [
"c7e1929c626007e2ef3cdf9f2276620aa995c5b7",
"2effd46f565c4787e8632f5e898e1b43d457672f",
"testharness"
],
"mozilla/interfaces.js": [

View file

@ -203,6 +203,7 @@ test_interfaces([
"Response",
"Screen",
"ShadowRoot",
"StereoPannerNode",
"Storage",
"StorageEvent",
"StyleSheet",