Implement NamedNodeMap::getNamedItem*() (fixes #5454)

This commit is contained in:
Anthony Ramine 2015-04-02 19:35:34 +02:00
parent de97b98c14
commit 5d58dc8f54
3 changed files with 33 additions and 9 deletions

View file

@ -384,12 +384,6 @@
[Element interface: calling after([object Object\],[object Object\]) on element with too few arguments must throw TypeError]
expected: FAIL
[NamedNodeMap interface: operation getNamedItem(DOMString)]
expected: FAIL
[NamedNodeMap interface: operation getNamedItemNS(DOMString,DOMString)]
expected: FAIL
[NamedNodeMap interface: operation setNamedItem(Attr)]
expected: FAIL