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 HTMLMediaElement.crossorigin attribute logic. #23188
Conversation
highfive
commented
Apr 10, 2019
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @Manishearth (or someone else) soon. |
highfive
commented
Apr 10, 2019
|
Heads up! This PR modifies the following files:
|
| @@ -1,31 +1,31 @@ | |||
| [crossOrigin.html] | |||
| [HTMLMediaElement.crossOrigin, setting to invalid value] | |||
| expected: FAIL | |||
| expected: PASS | |||
This comment has been minimized.
This comment has been minimized.
KiChjang
Apr 10, 2019
Member
If these subtests all pass, you can actually delete this file. By default, all tests are expected to PASS, so having no INI file means exactly that.
This comment has been minimized.
This comment has been minimized.
| @@ -1017,7 +1017,7 @@ | |||
| expected: FAIL | |||
|
|
|||
| [HTMLMediaElement interface: document.createElement("video") must inherit property "crossOrigin" with the proper type] | |||
| expected: FAIL | |||
| expected: PASS | |||
This comment has been minimized.
This comment has been minimized.
KiChjang
Apr 11, 2019
Member
For these PASSes, instead of removing the file, you can just remove the line above and this line:
| expected: PASS |
|
@bors-servo try=wpt |
Implement HTMLMediaElement.crossorigin attribute logic. <!-- Please describe your changes on the following line: --> --- <!-- 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 #22287 (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/23188) <!-- Reviewable:end -->
|
|
|
Oh yeah |
|
Looks mostly fine to me, only a minor nit about documentation. Thanks for you contribution! |
|
@jackxbritton are you still working on this PR? Rebasing and addressing @KiChjang's feedback should be enough to merge. Thanks! |
|
@bors-servo try=wpt |
Implement HTMLMediaElement.crossorigin attribute logic. <!-- Please describe your changes on the following line: --> --- <!-- 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 #22287 (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/23188) <!-- Reviewable:end -->
|
@bors-servo r=KiChjang,ferjm |
|
|
Implement HTMLMediaElement.crossorigin attribute logic. <!-- Please describe your changes on the following line: --> --- <!-- 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 #22287 - [X] There are tests for these changes <!-- 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/23188) <!-- Reviewable:end -->
|
|
jackxbritton commentedApr 10, 2019
•
edited by ferjm
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is