[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / events / media-focus-in-standalone-media-document-expected.txt
1 This tests that media element in a standalone media document cannot be focused directly using focus() method or by mouse click.
2
3
4
5 *** Should not focus video element by calling focus() method.
6 EXPECTED (standaloneMediaDocument.activeElement != '[object HTMLVideoElement]') OK
7
8 *** Should not focus video element by mouse click.
9 *** Video element clicked.
10 EXPECTED (standaloneMediaDocument.activeElement != '[object HTMLVideoElement]') OK
11
12 END OF TEST
13