mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Implement value for DOMTokenList
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user