blob: c852341c5ad22c2eba230087aa639928eda1c522 [file] [log] [blame]
Selecting a track in a TracksPanel with the keyboard.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
mediaControls.showTracksPanel()
Focusing the second track by pressing the down arrow key twice
Obtained focus event
Activating the focused track by pressing the Enter key
mediaControls.tracksPanel.uiDelegate.tracksPanelSelectionDidChange() called
sectionIndex = 0
trackIndex = 1
PASS successfullyParsed is true
TEST COMPLETE