mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
Implement Element#closest
fixes #4603 - Add definition to the Element.webidl and implementation to element.rs. - Create inclusive_ancestors helper in NodeHelpers - Update test expectations
This commit is contained in:
@@ -1488,12 +1488,6 @@
|
||||
[Element interface: calling removeAttributeNode(Attr) on document.createElement("noscript") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: document.createElement("noscript") must inherit property "closest" with the proper type (22)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: calling closest(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: document.createElement("noscript") must inherit property "firstElementChild" with the proper type (28)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user