From a2adecbba6c66cf40b5655b0a03e50b3ba412fb2 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Sun, 14 Feb 2021 03:43:36 +0800 Subject: tests: re-enable wpt/webappapis/timers (#9489) --- tools/wpt/expectation.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index f71914175..00f004048 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -1041,10 +1041,18 @@ }, "html": { "webappapis": { + "timers": { + "cleartimeout-clearinterval.any.js": true, + "missing-timeout-setinterval.any.js": true, + "negative-setinterval.any.js": true, + "negative-settimeout.any.js": true, + "type-long-setinterval.any.js": true, + "type-long-settimeout.any.js": true + }, "microtask-queuing": { "queue-microtask-exceptions.any.js": true, "queue-microtask.any.js": true } } } -} \ No newline at end of file +} -- cgit v1.2.3