blob: ed09e420a658bef5720424c9637a9ab291f65a22 [file] [log] [blame]
This is a testharness.js-based test.
PASS calls handleEvent method of event listener
FAIL looks up handleEvent method on every event dispatch assert_equals: expected 1 but got 0
FAIL doesn't look up handleEvent method on callable event listeners assert_equals: expected 1 but got 0
FAIL rethrows errors when getting handleEvent assert_true: Timed out waiting for error expected true got false
FAIL throws if handleEvent is falsy and not callable assert_true: Timed out waiting for error expected true got false
FAIL throws if handleEvent is thruthy and not callable assert_true: Timed out waiting for error expected true got false
Harness: the test ran to completion.