Skip to content

Commit

Permalink
tests: re-enable wpt/webappapis/timers (#9489)
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervonb authored Feb 13, 2021
1 parent b50691e commit a2adecb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tools/wpt/expectation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
}
}

0 comments on commit a2adecb

Please sign in to comment.