diff options
m--------- | test_util/wpt | 0 | ||||
-rw-r--r-- | tools/wpt/expectation.json | 9 |
2 files changed, 6 insertions, 3 deletions
diff --git a/test_util/wpt b/test_util/wpt -Subproject 230bbebcbc16f08e72ea65218a4d49b48084c20 +Subproject 8a2b0f1086adf122d91c36c222b26362ba4059f diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 5b2baaecb..db3d5b60e 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -13495,7 +13495,8 @@ "serialization": { "module": { "serialization-via-idb.any.html": false, - "serialization-via-notifications-api.any.html": false + "serialization-via-notifications-api.any.html": false, + "nested-worker-success.any.worker.html": false }, "arraybuffer": { "transfer.window.html": false @@ -13519,7 +13520,8 @@ ], "rejected-arg.any.html": true, "status.any.html": true - } + }, + "create_multiple_memory.worker.html": true }, "WebIDL": { "ecmascript-binding": { @@ -13957,7 +13959,8 @@ "response.blob() rejects if already aborted", "response.formData() rejects if already aborted", "response.json() rejects if already aborted", - "response.text() rejects if already aborted" + "response.text() rejects if already aborted", + "Call text() twice on aborted response" ] } }, |