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

Unified Diff: third_party/WebKit/LayoutTests/media/track/track-cue-rendering-mode-changed-expected.txt

Issue 1887943002: Convert track tests from video-test.js to testharness.js based (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nits Created 4 years, 8 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: third_party/WebKit/LayoutTests/media/track/track-cue-rendering-mode-changed-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-mode-changed-expected.txt b/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-mode-changed-expected.txt
deleted file mode 100644
index ceb44bba32145b9e92d7bf320e44a29e242c5041..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-mode-changed-expected.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-Test that cues are rendered when only the track mode is changed
-EVENT(canplaythrough)
-
-Add 'Arabic' text track with one cue
-Add 'English' text track with one cue
-
-Set the mode of the 'Arabic' track to showing
-Set the mode of the 'English' track to hidden
-
-** Both cues should be active **
-EXPECTED (testTrackEnglish.activeCues.length == '1') OK
-EXPECTED (testTrackEnglish.activeCues[0].text == 'English') OK
-EXPECTED (testTrackArabic.activeCues.length == '1') OK
-EXPECTED (testTrackArabic.activeCues[0].text == 'Arabic') OK
-
-** Only one cue should be visible **
-EXPECTED (testCueDisplayBox.innerText == 'Arabic') OK
-EXPECTED (testCueDisplayBox.nextSibling == 'null') OK
-
-Set the mode of the 'English' track to showing
-
-** Both cues shold be visible. **
-EXPECTED (testCueDisplayBox.innerText == 'Arabic') OK
-EXPECTED (testCueDisplayBox.innerText == 'English') OK
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698