diff options
author | Casper Beyer <caspervonb@pm.me> | 2021-02-14 03:43:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-13 20:43:36 +0100 |
commit | a2adecbba6c66cf40b5655b0a03e50b3ba412fb2 (patch) | |
tree | a80f81c0e04e24c87ba72a3b6046cf8c37b508f1 | |
parent | b50691efed482496e241857921b66b65bec61655 (diff) |
tests: re-enable wpt/webappapis/timers (#9489)
-rw-r--r-- | tools/wpt/expectation.json | 10 |
1 files changed, 9 insertions, 1 deletions
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 +} |