blob: 021ba6d95806a9d841e8afeb525747795029484e [file] [log] [blame]
Testing a TracksPanel calls preventDefault() on events it handles.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
mediaControls.showTracksPanel()
Pressing the ArrowDown key
PASS event.defaultPrevented is true
Pressing the ArrowRight key
PASS event.defaultPrevented is false
PASS successfullyParsed is true
TEST COMPLETE