From 4c5631f85a465857c8399e1e3b0423674da8cb14 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Sat, 13 Feb 2021 19:59:46 +0800 Subject: [PATCH] test(cli): enable microtask-queue tests (#9490) --- tools/wpt/expectation.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 72416736bf..510f71a52e 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -1034,5 +1034,13 @@ "file": { "File-constructor.any.js": true } + }, + "html": { + "webappapis": { + "microtask-queuing": { + "queue-microtask-exceptions.any.js": true, + "queue-microtask.any.js": true + } + } } } \ No newline at end of file