blob: 6e52c6dab1416470ed3cdce4376e6e794c1aba29 [file] [log] [blame]
PASS idl_test setup
PASS Partial interface Window: original interface defined
PASS IdleDeadline interface: existence and properties of interface object
PASS IdleDeadline interface object length
PASS IdleDeadline interface object name
PASS IdleDeadline interface: existence and properties of interface prototype object
PASS IdleDeadline interface: existence and properties of interface prototype object's "constructor" property
PASS IdleDeadline interface: existence and properties of interface prototype object's @@unscopables property
PASS IdleDeadline interface: operation timeRemaining()
PASS IdleDeadline interface: attribute didTimeout
PASS IdleDeadline must be primary interface of deadline
PASS Stringification of deadline
PASS IdleDeadline interface: deadline must inherit property "timeRemaining()" with the proper type
PASS IdleDeadline interface: deadline must inherit property "didTimeout" with the proper type
PASS Window interface: operation requestIdleCallback(IdleRequestCallback, IdleRequestOptions)
PASS Window interface: operation cancelIdleCallback(unsigned long)
PASS Window interface: window must inherit property "requestIdleCallback(IdleRequestCallback, IdleRequestOptions)" with the proper type
PASS Window interface: calling requestIdleCallback(IdleRequestCallback, IdleRequestOptions) on window with too few arguments must throw TypeError
PASS Window interface: window must inherit property "cancelIdleCallback(unsigned long)" with the proper type
PASS Window interface: calling cancelIdleCallback(unsigned long) on window with too few arguments must throw TypeError