blob: f1f2cd7c78d3a5720ea45f8dc92216070f0b817d [file] [log] [blame]
Tests that video controls are not shown for videos with a text track when the controls attribute is not present, except when fullscreen
EVENT(canplay)
** Video controls should not be shown **
EXPECTED (panel == 'null') OK
EVENT(webkitfullscreenchange)
** Video controls should be shown on fullscreen **
EXPECTED (panel.style['display'] != 'none') OK
END OF TEST