mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Update web-platform-tests.
This commit is contained in:
parent
2f85c5bb50
commit
1ecfc9f582
38 changed files with 658 additions and 976 deletions
8
tests/wpt/metadata/webstorage/builtins.html.ini
Normal file
8
tests/wpt/metadata/webstorage/builtins.html.ini
Normal file
|
@ -0,0 +1,8 @@
|
|||
[builtins.html]
|
||||
type: testharness
|
||||
[Builtins in localStorage]
|
||||
expected: FAIL
|
||||
|
||||
[Builtins in sessionStorage]
|
||||
expected: FAIL
|
||||
|
8
tests/wpt/metadata/webstorage/in.html.ini
Normal file
8
tests/wpt/metadata/webstorage/in.html.ini
Normal 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
|
||||
|
8
tests/wpt/metadata/webstorage/indexing.html.ini
Normal file
8
tests/wpt/metadata/webstorage/indexing.html.ini
Normal 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
|
||||
|
32
tests/wpt/metadata/webstorage/setitem.html.ini
Normal file
32
tests/wpt/metadata/webstorage/setitem.html.ini
Normal 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
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[storage_local_builtins.html]
|
||||
type: testharness
|
||||
[Web Storage]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[storage_local_in_js.html]
|
||||
type: testharness
|
||||
[Web Storage 1]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[storage_local_index_js.html]
|
||||
type: testharness
|
||||
[Web Storage 3]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[storage_local_key.html]
|
||||
type: testharness
|
||||
[Web Storage 3]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[storage_session_builtins.html]
|
||||
type: testharness
|
||||
[Web Storage]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[storage_session_in_js.html]
|
||||
type: testharness
|
||||
[Web Storage 1]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[storage_session_index_js.html]
|
||||
type: testharness
|
||||
[Web Storage 3]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue