Update web-platform-tests.

This commit is contained in:
Ms2ger 2015-03-17 23:36:55 +01:00
parent 2f85c5bb50
commit 1ecfc9f582
38 changed files with 658 additions and 976 deletions

View file

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

View file

@ -0,0 +1,8 @@
[in.html]
type: testharness
[The in operator in localStorage: method access]
expected: FAIL
[The in operator in sessionStorage: method access]
expected: FAIL

View file

@ -0,0 +1,8 @@
[indexing.html]
type: testharness
[Getting existing number-valued properties on localStorage]
expected: FAIL
[Getting existing number-valued properties on sessionStorage]
expected: FAIL

View file

@ -0,0 +1,32 @@
[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

View file

@ -1,5 +0,0 @@
[storage_local_builtins.html]
type: testharness
[Web Storage]
expected: FAIL

View file

@ -1,5 +0,0 @@
[storage_local_in_js.html]
type: testharness
[Web Storage 1]
expected: FAIL

View file

@ -1,5 +0,0 @@
[storage_local_index_js.html]
type: testharness
[Web Storage 3]
expected: FAIL

View file

@ -1,5 +0,0 @@
[storage_local_key.html]
type: testharness
[Web Storage 3]
expected: FAIL

View file

@ -1,20 +0,0 @@
[storage_local_setitem_js.html]
type: testharness
[Web Storage 4]
expected: FAIL
[Web Storage 6]
expected: FAIL
[Web Storage 7]
expected: FAIL
[Web Storage 8]
expected: FAIL
[Web Storage 9]
expected: FAIL
[Web Storage 10]
expected: FAIL

View file

@ -1,5 +0,0 @@
[storage_session_builtins.html]
type: testharness
[Web Storage]
expected: FAIL

View file

@ -1,5 +0,0 @@
[storage_session_in_js.html]
type: testharness
[Web Storage 1]
expected: FAIL

View file

@ -1,5 +0,0 @@
[storage_session_index_js.html]
type: testharness
[Web Storage 3]
expected: FAIL

View file

@ -1,20 +0,0 @@
[storage_session_setitem_js.html]
type: testharness
[Web Storage 4]
expected: FAIL
[Web Storage 6]
expected: FAIL
[Web Storage 7]
expected: FAIL
[Web Storage 8]
expected: FAIL
[Web Storage 9]
expected: FAIL
[Web Storage 10]
expected: FAIL