Make property descriptors hold named/indexed property values

This commit is contained in:
Patrick Shaughnessy 2020-01-06 14:20:51 -05:00
parent 1d645f3741
commit 111ede9c77
8 changed files with 6 additions and 30 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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