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 value for DOMTokenList #9763
Conversation
highfive
commented
Feb 26, 2016
|
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. |
|
You'll need to add spec links for those new methods to make I'm also somewhat concerned that there's no more passing tests. r? @nox |
|
I think there are 4 more tests that pass with this change, should there be more? |
|
Yeah, but the interfaces test only checks that the attribute is implemented, not if it works correctly. I'll see if I can find anything better. |
|
The new passing tests check that PutForwards work correctly, but none of them check the actual value of @bors-servo try |
Implement value for DOMTokenList Fixes #9725 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9763) <!-- Reviewable:end -->
|
|
|
Could you add a test in |
|
Is the Element-classlist test the right place for such a test? I found a test for DOMTokenList-stringifier, would an equivalent test for value be more appropriate? |
|
@Tangresh Now that you mention it, it should just probably go in a new test.
|
09a9a9e
to
d9a210a
|
r=me once you squash the commits. -S-awaiting-review -C-needs-test -S-needs-tests +S-needs-squash Reviewed 5 of 5 files at r1, 2 of 2 files at r2. Comments from the review on Reviewable.io |
|
@bors-servo r+ |
|
|
Implement value for DOMTokenList Fixes #9725 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9763) <!-- Reviewable:end -->
|
|
Tangresh commentedFeb 26, 2016
Fixes #9725