diff options
-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 +} |