mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Make property descriptors hold named/indexed property values
This commit is contained in:
parent
1d645f3741
commit
111ede9c77
8 changed files with 6 additions and 30 deletions
|
@ -1,14 +1,5 @@
|
|||
[legacy-platform-object.html]
|
||||
type: testharness
|
||||
[[[GetOwnProperty\]\] with getters and no setters]
|
||||
expected: FAIL
|
||||
|
||||
[[[GetOwnProperty\]\] with named property getters and setters]
|
||||
expected: FAIL
|
||||
|
||||
[[[GetOwnProperty\]\] with indexed property getters and setters]
|
||||
expected: FAIL
|
||||
|
||||
[Test [[DefineOwnProperty\]\] with no indexed property setter support.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -6,6 +6,3 @@
|
|||
[Trying to set an expando with an indexed property name past the end of the list]
|
||||
expected: FAIL
|
||||
|
||||
[Trying to delete an indexed property name should never work]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -5,9 +5,3 @@
|
|||
[Setting property for key 9 with accessor property on prototype]
|
||||
expected: FAIL
|
||||
|
||||
[Getting property descriptor for key 9]
|
||||
expected: FAIL
|
||||
|
||||
[Getting property descriptor for key x]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
[form-nameditem.html]
|
||||
type: testharness
|
||||
[Name for a single element should work]
|
||||
expected: FAIL
|
||||
|
||||
[All listed elements except input type=image should be present in the form]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue