mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Update NodeIterator code to apply review comments.
This commit is contained in:
parent
cb2bdf1977
commit
db25be7bf6
6 changed files with 238 additions and 206 deletions
|
@ -102,9 +102,6 @@
|
|||
[Document interface: attribute origin]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: operation createNodeIterator(Node,unsigned long,NodeFilter)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: operation query(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -132,12 +129,6 @@
|
|||
[Document interface: xmlDoc must inherit property "origin" with the proper type (3)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling prepend([object Object\],[object Object\]) on xmlDoc with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling append([object Object\],[object Object\]) on xmlDoc with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: xmlDoc must inherit property "query" with the proper type (34)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1032,12 +1032,6 @@
|
|||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "origin" with the proper type (3)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "createNodeIterator" with the proper type (25)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: calling createNodeIterator(Node,unsigned long,NodeFilter) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "styleSheets" with the proper type (27)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue