blob: a1cf6fbf429f2c7bcf3134cacb9b3833d94d1c00 [file] [log] [blame]
Test EventSource attribute listener functionality. Should print a series of PASS messages followed by DONE.
PASS: attribute listeners are initially null
PASS: setting and getting attribute listener works
PASS: resetting attribute listener works
PASS: dispatching event on an EventSource triggers attribute listener
DONE