diff options
author | Leo K <crowlkats@toaxl.com> | 2021-06-05 19:29:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-05 19:29:28 +0200 |
commit | 5bed6d56ec05766d8d0d54bcb828c73228364113 (patch) | |
tree | 71c892bc8c88e39ee2753f26cb5c0606a4fe754c /tools | |
parent | e67010b5e2eaa5a5ddb756d7ddc2dd0194f09a0a (diff) |
tests: remove non-applicable webstorage wpt (#10858)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 93214d001..a8f9b89a9 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -1218,11 +1218,8 @@ "storage_key_empty_string.window.html": true, "storage_length.window.html": true, "storage_local_setitem_quotaexceedederr.window.html": true, - "storage_local_window_open.window.html": false, "storage_removeitem.window.html": true, "storage_session_setitem_quotaexceedederr.window.html": true, - "storage_session_window_noopener.window.html": false, - "storage_session_window_open.window.html": false, "storage_set_value_enumerate.window.html": true, "storage_setitem.window.html": [ "localStorage[] = \"\ud800\"", @@ -1265,4 +1262,4 @@ "set.any.html": true } } -}
\ No newline at end of file +} |