blob: 7f79412c3f121530831324b73a8ff2cb2c0b7f4c [file] [log] [blame]
Test that we are able to trigger the list of captions, and then click elsewhere to hide it.
EVENT(canplaythrough)
*** Set the user language preference.
RUN(internals.setUserPreferredLanguages(['en']))
*** Track menu should be visible block
EXPECTED (displayStyle == 'block') OK
*** Track menu should be invisible none
EXPECTED (displayStyle == 'none') OK
END OF TEST