Implement value for DOMTokenList

This commit is contained in:
Dominik Menzi
2016-02-24 23:10:12 +01:00
parent 39502d6bed
commit b29b2d6d73
7 changed files with 44 additions and 15 deletions

View File

@@ -162,18 +162,12 @@
[DOMSettableTokenList interface object name]
expected: FAIL
[Element interface: attribute classList]
expected: FAIL
[DOMTokenList interface: operation replace(DOMString,DOMString)]
expected: FAIL
[DOMTokenList interface: operation supports(DOMString)]
expected: FAIL
[DOMTokenList interface: attribute value]
expected: FAIL
[DOMTokenList interface: document.body.classList must inherit property "replace" with the proper type (6)]
expected: FAIL
@@ -186,6 +180,3 @@
[DOMTokenList interface: calling supports(DOMString) on document.body.classList with too few arguments must throw TypeError]
expected: FAIL
[DOMTokenList interface: document.body.classList must inherit property "value" with the proper type (8)]
expected: FAIL