mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
fix defineproperty for cases with namedsetter
This commit is contained in:
parent
8ecb9d681c
commit
cdcd6670ba
4 changed files with 31 additions and 62 deletions
|
@ -1,8 +0,0 @@
|
|||
[builtins.html]
|
||||
type: testharness
|
||||
[Builtins in localStorage]
|
||||
expected: FAIL
|
||||
|
||||
[Builtins in sessionStorage]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[in.html]
|
||||
type: testharness
|
||||
[The in operator in localStorage: method access]
|
||||
expected: FAIL
|
||||
|
||||
[The in operator in sessionStorage: method access]
|
||||
expected: FAIL
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
[setitem.html]
|
||||
type: testharness
|
||||
[localStorage[\] = null]
|
||||
expected: FAIL
|
||||
|
||||
[localStorage.setItem(_, undefined)]
|
||||
expected: FAIL
|
||||
|
||||
[localStorage[\] = undefined]
|
||||
expected: FAIL
|
||||
|
||||
[localStorage.setItem({ throws })]
|
||||
expected: FAIL
|
||||
|
||||
[localStorage[\] = { throws }]
|
||||
expected: FAIL
|
||||
|
||||
[sessionStorage[\] = null]
|
||||
expected: FAIL
|
||||
|
||||
[sessionStorage.setItem(_, undefined)]
|
||||
expected: FAIL
|
||||
|
||||
[sessionStorage[\] = undefined]
|
||||
expected: FAIL
|
||||
|
||||
[sessionStorage.setItem({ throws })]
|
||||
expected: FAIL
|
||||
|
||||
[sessionStorage[\] = { throws }]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue