Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(536)

Unified Diff: LayoutTests/fast/events/media-focus-in-standalone-media-document-expected.txt

Issue 22791003: Make media controls keyboard accessible Base URL: http://src.chromium.org/blink/trunk/
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « LayoutTests/fast/events/media-focus-in-standalone-media-document.html ('k') | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698