mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Implement dummy getOwnPropertyNames and enumerate traps.
This commit is contained in:
parent
57c520d8cf
commit
919f2217f0
12 changed files with 55 additions and 15 deletions
|
@ -1,3 +1,8 @@
|
|||
[Document-getElementsByTagName.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
[Shouldn\'t be able to set unsigned properties on a HTMLCollection (strict mode)]
|
||||
expected: FAIL
|
||||
|
||||
[hasOwnProperty, getOwnPropertyDescriptor, getOwnPropertyNames]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
[Element-children.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
[HTMLCollection edge cases 1]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
[Element-getElementsByTagName.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
[Shouldn\'t be able to set unsigned properties on a HTMLCollection (strict mode)]
|
||||
expected: FAIL
|
||||
|
||||
[hasOwnProperty, getOwnPropertyDescriptor, getOwnPropertyNames]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
[document.forms.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
[document.forms]
|
||||
expected: FAIL
|
||||
|
||||
[document.forms iteration]
|
||||
expected: FAIL
|
||||
|
||||
[document.forms getOwnPropertyNames]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
[dataset-enumeration.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
[A dataset should be enumeratable.]
|
||||
expected: FAIL
|
||||
|
||||
[Only attributes who qualify as dataset properties should be enumeratable in the dataset.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
[dataset-get.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
[Getting element.dataset[\'toString\'\] should return the value of element.getAttribute(\'data-to-string\')\']
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue