mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Implement DOMStringMap
This commit is contained in:
parent
b50cfa56a9
commit
5c76502b91
5 changed files with 76 additions and 9 deletions
|
@ -67,6 +67,7 @@ var interfaceNamesInGlobalScope = [
|
|||
"DOMImplementation",
|
||||
"DOMParser",
|
||||
"DOMTokenList",
|
||||
"DOMStringMap",
|
||||
"Element",
|
||||
"Event",
|
||||
"EventTarget",
|
||||
|
|
|
@ -1692,18 +1692,9 @@
|
|||
[PropertyNodeList interface: operation getValues()]
|
||||
expected: FAIL
|
||||
|
||||
[DOMStringMap interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[DOMStringMap interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[DOMStringMap interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[DOMStringMap interface: existence and properties of interface prototype object\'s "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[DOMStringMap must be primary interface of document.head.dataset]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue