From 066f75ac07eeee3bd1eed0f4dd49f15c50d88ba9 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Tue, 7 Sep 2021 23:50:22 +0200 Subject: chore: update wpt (#11950) --- tools/wpt/expectation.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'tools') 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" ] } }, -- cgit v1.2.3