blob: 2bb445c5ddf728f1cba7f11492038cba7994f6a2 [file] [log] [blame]
Test window.oncuechange EventHandler attribute
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS window.oncuechange is null
window.oncuechange = function() { ran = true; };
window.dispatchEvent(testEvent)
PASS ran is true
window.oncuechange = null
track.dispatchEvent(testEvent)
PASS ran is false
PASS successfullyParsed is true
TEST COMPLETE