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

Unified Diff: LayoutTests/media/track/track-cues-enter-exit-expected.txt

Issue 69993003: Split VTTCue from TextTrackCue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update test Created 7 years, 1 month 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: LayoutTests/media/track/track-cues-enter-exit-expected.txt
diff --git a/LayoutTests/media/track/track-cues-enter-exit-expected.txt b/LayoutTests/media/track/track-cues-enter-exit-expected.txt
index d46744d07e5fff57b43cad0acea310c498da7c0f..f1257cb7e06dbc19b459462b1f5a1bd47dba3026 100644
--- a/LayoutTests/media/track/track-cues-enter-exit-expected.txt
+++ b/LayoutTests/media/track/track-cues-enter-exit-expected.txt
@@ -6,21 +6,21 @@ RUN(video.play())
EVENT(enter)
This cue is the currently active cue:
-EXPECTED ([object TextTrackCue] == '[object TextTrackCue]') OK
+EXPECTED ([object VTTCue] == '[object VTTCue]') OK
EXPECTED (currentCue.id == '1') OK
EVENT(exit)
EVENT(enter)
This cue is the currently active cue:
-EXPECTED ([object TextTrackCue] == '[object TextTrackCue]') OK
+EXPECTED ([object VTTCue] == '[object VTTCue]') OK
EXPECTED (currentCue.id == '2') OK
EVENT(exit)
EVENT(enter)
This cue is the currently active cue:
-EXPECTED ([object TextTrackCue] == '[object TextTrackCue]') OK
+EXPECTED ([object VTTCue] == '[object VTTCue]') OK
EXPECTED (currentCue.id == '3') OK
EVENT(exit)
« no previous file with comments | « LayoutTests/media/track/track-cues-cuechange-expected.txt ('k') | LayoutTests/media/track/track-disabled-addcue.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698