Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix callback-idle-periods.html's flaky failure. (web-platform-tests#4…
…1358) The test was assuming that new deadline (now + timeRemaining) to strictly monotonically advance in each idle callback. This may not be the case when multiple idle callbacks are scheduled & ran within a single millisecond.
- Loading branch information