Update NodeIterator code to apply review comments.

This commit is contained in:
Jinwoo Song 2015-05-21 16:06:14 +09:00
parent cb2bdf1977
commit db25be7bf6
6 changed files with 238 additions and 206 deletions

View file

@ -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

View file

@ -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