diff options
author | Casper Beyer <caspervonb@pm.me> | 2021-02-13 19:59:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-13 06:59:46 -0500 |
commit | 4c5631f85a465857c8399e1e3b0423674da8cb14 (patch) | |
tree | 33655733170ff2cb0b8af5179c84d5b267d1cb95 | |
parent | ca55a5d36efd947ba9e7c8e56baacfc8a0eba120 (diff) |
test(cli): enable microtask-queue tests (#9490)
-rw-r--r-- | tools/wpt/expectation.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 72416736b..510f71a52 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 |