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

Unified Diff: LayoutTests/media/track/track-disabled-expected.txt

Issue 18856005: Fix HTMLMediaElement so that it doesn't add cues for disabled text tracks. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 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 | « LayoutTests/media/track/track-disabled-addcue-expected.txt ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/track/track-disabled-expected.txt
diff --git a/LayoutTests/media/track/track-disabled-expected.txt b/LayoutTests/media/track/track-disabled-expected.txt
index 3f1798e6afff6e68d64ac50a474834e5d36b6462..b7c6fb9c75421bfdda8d3bf731f51fc79a7f7032 100644
--- a/LayoutTests/media/track/track-disabled-expected.txt
+++ b/LayoutTests/media/track/track-disabled-expected.txt
@@ -1,4 +1,5 @@
EVENT(loadstart)
-EVENT(loadedmetadata)
+Waiting for the duration of the first cue to elapse.
+The duration of the first cue has elapsed.
END OF TEST
« no previous file with comments | « LayoutTests/media/track/track-disabled-addcue-expected.txt ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698