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

Unified Diff: third_party/WebKit/LayoutTests/media/video-controls-track-selection-menu-expected.txt

Issue 2121613002: Convert video-controls-[captions, overlay, track]* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nit Created 4 years, 5 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/media/video-controls-track-selection-menu.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/media/video-controls-track-selection-menu-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-controls-track-selection-menu-expected.txt b/third_party/WebKit/LayoutTests/media/video-controls-track-selection-menu-expected.txt
deleted file mode 100644
index f6359ba0fa8b844f6b1dd1d5f7c7e7f63817e707..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-controls-track-selection-menu-expected.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-Test that we can display a track list menu and select tracks from the list
-EVENT(canplaythrough)
-
-** Caption button should be visible and enabled.
-EXPECTED (captionsButtonCoordinates[0] > '0') OK
-EXPECTED (captionsButtonCoordinates[1] > '0') OK
-EXPECTED (captionsButtonElement.disabled == 'false') OK
-
-EXPECTED (video.textTracks.length == '2') OK
-EXPECTED (video.textTracks[0].mode == 'hidden') OK
-EXPECTED (video.textTracks[1].mode == 'hidden') OK
-
-Select track 0 and verify it is displayed
-*** Click the CC button.
-EXPECTED (video.textTracks[0].mode == 'showing') OK
-EXPECTED (video.textTracks[1].mode == 'hidden') OK
-EXPECTED (textTrackDisplayElement(video, 'display').innerText == 'Lorem') OK
-
-Select track 1 and verify it is displayed
-*** Click the CC button.
-EXPECTED (video.textTracks[0].mode == 'disabled') OK
-EXPECTED (video.textTracks[1].mode == 'showing') OK
-EXPECTED (textTrackDisplayElement(video, 'display').innerText == 'first caption') OK
-
-END OF TEST
-
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-controls-track-selection-menu.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698