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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/media-focus-in-standalone-media-document-expected.txt

Issue 2246223004: Convert fast/events media tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use mouseevent to simplify the test Created 4 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/events/media-focus-in-standalone-media-document.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This tests that media element in a standalone media document cannot be focused d irectly 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
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/events/media-focus-in-standalone-media-document.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698