1 This tests that media element in a standalone media document cannot be focused directly using focus() method or by mouse click.
5 *** Should not focus video element by calling focus() method.
6 EXPECTED (standaloneMediaDocument.activeElement != '[object HTMLVideoElement]') OK
8 *** Should not focus video element by mouse click.
9 *** Video element clicked.
10 EXPECTED (standaloneMediaDocument.activeElement != '[object HTMLVideoElement]') OK