All Results

Test files: 10; Total subtests: 26

Test Files

  1. /html/webappapis/idle-callbacks/basic.html
  2. /html/webappapis/idle-callbacks/callback-exception.html
  3. /html/webappapis/idle-callbacks/callback-idle-periods.html
  4. /html/webappapis/idle-callbacks/callback-iframe.html
  5. /html/webappapis/idle-callbacks/callback-invoked.html
  6. /html/webappapis/idle-callbacks/callback-multiple-calls.html
  7. /html/webappapis/idle-callbacks/callback-timeout-with-raf.html
  8. /html/webappapis/idle-callbacks/callback-timeout.html
  9. /html/webappapis/idle-callbacks/cancel-invoked.html
  10. /html/webappapis/idle-callbacks/idlharness.html
TestCh57Ff55
/html/webappapis/idle-callbacks/basic.htmlOKOK
window.requestIdleCallback is definedPASSPASS
window.cancelIdleCallback is definedPASSPASS
window.requestIdleCallback() returns a numberPASSPASS
window.cancelIdleCallback() returns undefinedPASSPASS
requestIdleCallback schedules callbacksPASSPASS
cancelIdleCallback cancels callbacksPASSPASS
/html/webappapis/idle-callbacks/callback-exception.htmlOKOK
requestIdleCallback callback exceptions are reported to error handlerPASSPASS
/html/webappapis/idle-callbacks/callback-idle-periods.htmlOKOK
requestIdleCallback can run multiple different requestIdleCallback callbacks in the same idle period.PASSPASS
Check that if an idle callback calls requestIdleCallback the new callback doesn't run in the current idle period.PASSPASS
/html/webappapis/idle-callbacks/callback-iframe.htmlOKOK
UntitledPASSPASS
/html/webappapis/idle-callbacks/callback-invoked.htmlOKOK
requestIdleCallback callback is invoked at least once before the timeoutPASSPASS
/html/webappapis/idle-callbacks/callback-multiple-calls.htmlOKOK
requestIdleCallback callbacks should be invoked in order (called iteratively)PASSPASS
requestIdleCallback callbacks should be invoked in order (called recursively)PASSPASS
/html/webappapis/idle-callbacks/callback-timeout-with-raf.htmlOKOK
requestIdleCallback not scheduled when event loop is busy.PASSPASS
requestIdleCallback scheduled with timeout when event loop is busy.PASSPASS
/html/webappapis/idle-callbacks/callback-timeout.htmlOKOK
requestIdleCallback callback should time outPASSPASS
/html/webappapis/idle-callbacks/cancel-invoked.htmlOKOK
cancelIdleCallback does nothing if there is no callback with the given handlePASSPASS
A cancelled callback is never invokedPASSPASS
/html/webappapis/idle-callbacks/idlharness.htmlOKOK
Window interface: operation requestIdleCallback(IdleRequestCallback,IdleRequestOptions)PASSPASS
Window interface: operation cancelIdleCallback(unsigned long)PASSPASS
Window must be primary interface of windowPASSPASS
Stringification of windowPASSPASS
Window interface: window must inherit property "requestIdleCallback" with the proper type (0)PASSPASS
Window interface: calling requestIdleCallback(IdleRequestCallback,IdleRequestOptions) on window with too few arguments must throw TypeErrorPASSPASS
Window interface: window must inherit property "cancelIdleCallback" with the proper type (1)PASSPASS
Window interface: calling cancelIdleCallback(unsigned long) on window with too few arguments must throw TypeErrorPASSPASS