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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/events/media-focus-in-standalone-media-document-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/media-focus-in-standalone-media-document-expected.txt b/third_party/WebKit/LayoutTests/fast/events/media-focus-in-standalone-media-document-expected.txt
deleted file mode 100644
index f880aa2f904cb8e40dfc9b50d8726245e6bc1e4f..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/events/media-focus-in-standalone-media-document-expected.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-This tests that media element in a standalone media document cannot be focused directly using focus() method or by mouse click.
-
-
-
-*** Should not focus video element by calling focus() method.
-EXPECTED (standaloneMediaDocument.activeElement != '[object HTMLVideoElement]') OK
-
-*** Should not focus video element by mouse click.
-*** Video element clicked.
-EXPECTED (standaloneMediaDocument.activeElement != '[object HTMLVideoElement]') OK
-
-END OF TEST
-
« 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