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 upImplemented HTMLFormElement.relList #27255
Conversation
highfive
commented
Jul 13, 2020
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @nox (or someone else) soon. |
highfive
commented
Jul 13, 2020
|
Heads up! This PR modifies the following files:
|
|
@bors-servo try=wpt |
Resolved #27252: Implemented HTMLFormElement.relList <!-- Please describe your changes on the following line: --> Updated the tests to reflect addition of rel and relList for HTMLFormElement, as well as porting those code snippets from HTMLAnchorElement. --- <!-- 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 #27252 (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. -->
|
|
|
A couple other test results need to be updated:
That's |
|
Thanks! Updating now. |
|
@bors-servo try=wpt |
|
@avr1254: |
|
I don't have a clue what went wrong this time. Maybe it's my configuration? |
|
@bors-servo try=wpt |
Implemented HTMLFormElement.relList <!-- Please describe your changes on the following line: --> Updated the tests to reflect addition of rel and relList for HTMLFormElement, as well as porting those code snippets from HTMLAnchorElement. --- <!-- 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 #27252 (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. -->
|
|
|
This looks good! Could you squash all the commits into one? |
| @@ -1189,7 +1208,6 @@ impl HTMLFormElement { | |||
| // Step 9 | |||
| Some(form_data.datums()) | |||
| } | |||
|
|
|||
This comment has been minimized.
This comment has been minimized.
| @@ -1,4 +1,3 @@ | |||
| [put-forwards.html] | |||
| type: testharness | |||
| [Setting form.relList to noreferrer is reflected in rel] | |||
| expected: FAIL | |||
This comment has been minimized.
This comment has been minimized.
|
I'm having a bit of trouble rebasing, since I accidentally updated my local repository with commits on the master here. Any advice? |
|
@avr1254 If you can find the last commit you made to the branch in |
|
Yeah, I think this looks good now. It's only my commits. |
|
@bors-servo r+ |
|
|
…ement Updated tests to reflect rel and relList in HTMLFormElement Added AttrValue as style Added attr Updated outstanding test cases Fixed formatting. Hopefully this time works Implemented HTMLFormElement.relList
|
@bors-servo r+ |
|
|
|
|
avr1254 commentedJul 13, 2020
Updated the tests to reflect addition of rel and relList for HTMLFormElement, as well as porting those code snippets from HTMLAnchorElement.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errors