| Index: LayoutTests/fast/events/media-focus-in-standalone-media-document-expected.txt
|
| ===================================================================
|
| --- LayoutTests/fast/events/media-focus-in-standalone-media-document-expected.txt (revision 156221)
|
| +++ LayoutTests/fast/events/media-focus-in-standalone-media-document-expected.txt (working copy)
|
| @@ -1,9 +1,9 @@
|
| -This tests that media element in a standalone media document cannot be focused directly using focus() method or by mouse click.
|
| +This tests that media element in a standalone media document can be focused directly using focus() method and not by mouse click.
|
|
|
|
|
|
|
| -*** Should not focus video element by calling focus() method.
|
| -EXPECTED (standaloneMediaDocument.activeElement != '[object HTMLVideoElement]') OK
|
| +*** Should focus video element by calling focus() method.
|
| +EXPECTED (standaloneMediaDocument.activeElement == '[object HTMLVideoElement]') OK
|
|
|
| *** Should not focus video element by mouse click.
|
| *** Video element clicked.
|
|
|