blob: 19a49ca2a8bc019244841e34cef53cd43d128b19 [file] [log] [blame]
Test of requestIdleCallback timeout behavior
FAIL requestIdleCallback not scheduled when event loop is busy. assert_false: IdleDeadline.didTimeout MUST be false if requestIdleCallback wasn't scheduled due to a timeout expected false got true
FAIL requestIdleCallback scheduled with timeout when event loop is busy. assert_true: Should only have been run after timeout expected true got false