diff options
author | Casper Beyer <caspervonb@pm.me> | 2021-01-09 14:32:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-09 07:32:04 +0100 |
commit | 6d7da6309eb73905ebc86ba2820c741670ac0fd3 (patch) | |
tree | 0cff808d6b7ac623b952d27f3e39f909e52f8270 | |
parent | 96372097657685b5655bba95ce5a329364a9301b (diff) |
tests: enable WPT for timers (#9047)
-rw-r--r-- | cli/tests/wpt.jsonc | 3 | ||||
m--------- | test_util/wpt | 0 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/wpt.jsonc b/cli/tests/wpt.jsonc index d43aa9ce6..0a14f8fa6 100644 --- a/cli/tests/wpt.jsonc +++ b/cli/tests/wpt.jsonc @@ -145,7 +145,8 @@ "hr-time": ["monotonic-clock"], "html": [ "webappapis/microtask-queuing/queue-microtask-exceptions.any", - "webappapis/microtask-queuing/queue-microtask.any" + "webappapis/microtask-queuing/queue-microtask.any", + "webappapis/timers", ], "user-timing": [ "clear_all_marks", diff --git a/test_util/wpt b/test_util/wpt -Subproject 835839463c5270731a6a57885caff34cac7725e +Subproject a51d36327febebc8634d7b523a7e620f4ebdbf2 |