From 066f75ac07eeee3bd1eed0f4dd49f15c50d88ba9 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Tue, 7 Sep 2021 23:50:22 +0200 Subject: [PATCH] chore: update wpt (#11950) --- test_util/wpt | 2 +- tools/wpt/expectation.json | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/test_util/wpt b/test_util/wpt index 230bbebcbc..8a2b0f1086 160000 --- a/test_util/wpt +++ b/test_util/wpt @@ -1 +1 @@ -Subproject commit 230bbebcbc16f08e72ea65218a4d49b48084c205 +Subproject commit 8a2b0f1086adf122d91c36c222b26362ba4059f2 diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 5b2baaecb8..db3d5b60e6 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" ] } },