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

Unified Diff: third_party/WebKit/LayoutTests/media/track/track-cues-missed-expected.txt

Issue 1905923004: 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 comments 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-cues-missed-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/track/track-cues-missed-expected.txt b/third_party/WebKit/LayoutTests/media/track/track-cues-missed-expected.txt
deleted file mode 100644
index c2f1da3c35961a9c730b9b439c8ec1174351f311..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/track/track-cues-missed-expected.txt
+++ /dev/null
@@ -1,48 +0,0 @@
-Tests that events are triggered for missed (skipped) cues during normal playback.
-
-EVENT(canplaythrough)
-EXPECTED (testTrack.track.cues.length == '7') OK
-RUN(video.play())
-
-EVENT(enter)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'I said Bear is coming now!!!!') OK
-EXPECTED (currentCue.id == '3') OK
-
-EVENT(exit)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'I said Bear is coming now!!!!') OK
-EXPECTED (currentCue.id == '3') OK
-
-EVENT(enter)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'This is the second missed cue in the test.') OK
-EXPECTED (currentCue.id == '4') OK
-
-EVENT(exit)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'This is the second missed cue in the test.') OK
-EXPECTED (currentCue.id == '4') OK
-
-EVENT(enter)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'Third missed cue - zero-length cue.') OK
-EXPECTED (currentCue.id == '5') OK
-
-EVENT(exit)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'Third missed cue - zero-length cue.') OK
-EXPECTED (currentCue.id == '5') OK
-
-EVENT(enter)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'Fourth missed cue.') OK
-EXPECTED (currentCue.id == '6') OK
-
-EVENT(exit)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'Fourth missed cue.') OK
-EXPECTED (currentCue.id == '6') OK
-
-EVENT(enter)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'Negative length cue. Should be treated correctly.') OK
-EXPECTED (currentCue.id == '7') OK
-
-EVENT(exit)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == 'Negative length cue. Should be treated correctly.') OK
-EXPECTED (currentCue.id == '7') OK
-EVENT(ended)
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698