mirror of
https://github.com/servo/servo
synced 2026-05-02 20:32:02 +02:00
Implement ParentNode attributes
This commit is contained in:
@@ -1191,15 +1191,6 @@
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "all" with the proper type (81)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "firstElementChild" with the proper type (84)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "lastElementChild" with the proper type (85)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "childElementCount" with the proper type (86)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "prepend" with the proper type (87)]
|
||||
expected: FAIL
|
||||
|
||||
@@ -2205,15 +2196,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 "firstElementChild" with the proper type (28)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: document.createElement("noscript") must inherit property "lastElementChild" with the proper type (29)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: document.createElement("noscript") must inherit property "childElementCount" with the proper type (30)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: document.createElement("noscript") must inherit property "prepend" with the proper type (31)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user