mirror of
https://github.com/servo/servo
synced 2026-05-03 04:42:17 +02:00
Implement SetNamedItem, SetNamedItemNS, SetAttributeNode and SetAttributeNodeNS
This commit is contained in:
@@ -2013,18 +2013,6 @@
|
||||
[Element interface: document.createElement("noscript") must inherit property "hasAttributes" with the proper type (7)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: document.createElement("noscript") must inherit property "setAttributeNode" with the proper type (19)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: calling setAttributeNode(Attr) on document.createElement("noscript") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: document.createElement("noscript") must inherit property "setAttributeNodeNS" with the proper type (20)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: calling setAttributeNodeNS(Attr) on document.createElement("noscript") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: document.createElement("noscript") must inherit property "removeAttributeNode" with the proper type (21)]
|
||||
expected: FAIL
|
||||
|
||||
@@ -9101,3 +9089,4 @@
|
||||
|
||||
[WebSocket interface: new WebSocket("ws://foo") must inherit property "extensions" with the proper type (10)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user