Auto merge of #5845 - snf:defineProperty_fix, r=jdm

This patch should get rid of #5223.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5845)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-04-28 07:51:31 -05:00
commit 01925f0f8f
4 changed files with 31 additions and 62 deletions

View file

@ -1,8 +0,0 @@
[builtins.html]
type: testharness
[Builtins in localStorage]
expected: FAIL
[Builtins in sessionStorage]
expected: FAIL

View file

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

View file

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