/home/clopez/webkit/webkit/layout-test-results/media/video-controls-captions-trackmenu-hide-on-click-actual.txt

11Test that we are able to trigger the list of captions, and then click elsewhere to hide it.
 2
23
34EVENT(canplaythrough)
45
56*** Set the user language preference.
67RUN(internals.setUserPreferredLanguages(['en']))
7 *** Track menu should be visible block
8 EXPECTED (displayStyle == 'block') OK
9 *** Track menu should be invisible none
10 EXPECTED (displayStyle == 'none') OK
 8*** Track menu should be visible flex
 9EXPECTED (displayStyle == 'block'), OBSERVED 'flex' FAIL
 10*** Track menu should be invisible flex
 11EXPECTED (displayStyle == 'none'), OBSERVED 'flex' FAIL
1112END OF TEST
1213