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 Element.getAttributeNames #9064
Conversation
| @@ -1201,6 +1201,11 @@ impl ElementMethods for Element { | |||
| self.attr_list.or_init(|| NamedNodeMap::new(&window_from_node(self), self)) | |||
| } | |||
|
|
|||
| // https://dom.spec.whatwg.org/#interface-element | |||
| fn GetAttributeNames(&self) -> Vec<DOMString> { | |||
This comment has been minimized.
This comment has been minimized.
|
r=me with the updated spec link |
|
@bors-servo r=Manishearth |
|
|
Implement Element.getAttributeNames <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9064) <!-- Reviewable:end -->
|
|
etc. Looks like the expected results just need to be updated. |
|
@eefriedman Yes. I'm looking into idlharness.js to not include the index in the test name (there is no need for it, overloaded operations share only one property). |
|
Blocked by w3c/testharness.js#170. |
|
|
|
I changed the indices in the expectation file instead of staying blocked on my testharness.js PR. @bors-servo r=Manishearth |
|
|
Implement Element.getAttributeNames <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9064) <!-- Reviewable:end -->
|
|
|
|
There's no reason the websocket test should be passing with this change :( Probably file that as a new intermittent pass. |
|
@bors-servo r=Manishearth I changed the expectations and filed #9772. |
|
|
Implement Element.getAttributeNames <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9064) <!-- Reviewable:end -->
|
|
nox commentedDec 24, 2015