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

Side by Side 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 unified diff | Download patch
OLDNEW
1 This tests that media element in a standalone media document cannot be focused d irectly using focus() method or by mouse click. 1 This tests that media element in a standalone media document can be focused dire ctly using focus() method and not by mouse click.
2 2
3 3
4 4
5 *** Should not focus video element by calling focus() method. 5 *** Should focus video element by calling focus() method.
6 EXPECTED (standaloneMediaDocument.activeElement != '[object HTMLVideoElement]') OK 6 EXPECTED (standaloneMediaDocument.activeElement == '[object HTMLVideoElement]') OK
7 7
8 *** Should not focus video element by mouse click. 8 *** Should not focus video element by mouse click.
9 *** Video element clicked. 9 *** Video element clicked.
10 EXPECTED (standaloneMediaDocument.activeElement != '[object HTMLVideoElement]') OK 10 EXPECTED (standaloneMediaDocument.activeElement != '[object HTMLVideoElement]') OK
11 11
12 END OF TEST 12 END OF TEST
13 13
OLDNEW
« 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