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

Unified Diff: LayoutTests/media/track/track-add-remove-cue-expected.txt

Issue 965683002: Fix TextTrackMode test (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 | « LayoutTests/media/track/track-add-remove-cue.html ('k') | LayoutTests/media/track/track-mode.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/track/track-add-remove-cue-expected.txt
diff --git a/LayoutTests/media/track/track-add-remove-cue-expected.txt b/LayoutTests/media/track/track-add-remove-cue-expected.txt
index 5c4fd5858d4b1304c46807005f073a9dcd740b1e..874cb8399c9bc77c5667bbe8f2029f51e07c7ca0 100644
--- a/LayoutTests/media/track/track-add-remove-cue-expected.txt
+++ b/LayoutTests/media/track/track-add-remove-cue-expected.txt
@@ -35,6 +35,7 @@ EXPECTED (cues[3].startTime == '61') OK
*** create a new cue and add it to a track created with video.addTextTrack, make sure it is inserted correctly.
RUN(newTrack = video.addTextTrack("subtitles", "French subtitles", "fr"))
+RUN(newTrack.mode = "showing")
RUN(newTrack.addCue(new VTTCue(0.0, 1.0, "Test!")))
RUN(newCue = newTrack.cues[0])
EXPECTED (newCue.track == '[object TextTrack]') OK
« no previous file with comments | « LayoutTests/media/track/track-add-remove-cue.html ('k') | LayoutTests/media/track/track-mode.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698