Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement Audio constructor #22227
Implement Audio constructor #22227
Conversation
highfive
commented
Nov 19, 2018
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @paulrouget (or someone else) soon. |
highfive
commented
Nov 19, 2018
|
Heads up! This PR modifies the following files:
|
|
It's nice to see a bunch of tests passing! |
eed30a9
to
ae1e324
| [paused state when removing from a document] | ||
| expected: FAIL | ||
| expected: TIMEOUT |
This comment has been minimized.
This comment has been minimized.
vn-ki
Nov 20, 2018
Author
Contributor
Is this a mistake from my part? This tests was timing out every time I ran it.
This comment has been minimized.
This comment has been minimized.
|
@bors-servo r+ |
|
|
Implement Audio constructor <!-- Please describe your changes on the following line: --> Implement Audio constructor --- <!-- 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 #21929 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because *tests were already there and the expectations were updated*. <!-- 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/22227) <!-- Reviewable:end -->
|
|
vn-ki commentedNov 19, 2018
•
edited by SimonSapin
Implement Audio constructor
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is