blob: ef8832e898ff5e265d9a9f7018855eaf7d5fdc5d [file] [log] [blame]
When the listener passed to addEventListener() is a function, it should be called when the event occurs. The listener function should not be tested for adherence to the EventListener interface and have its handleEvent() method called if present.
PASS The listener function should have been called to handle the event.