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

Unified Diff: LayoutTests/media/track/text-track-cue-is-reachable-expected.txt

Issue 242113012: Make text track and cue wrapper objects dependent on their media element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Tidy up code in places Created 6 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
« no previous file with comments | « no previous file | LayoutTests/media/track/text-track-is-reachable-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/track/text-track-cue-is-reachable-expected.txt
diff --git a/LayoutTests/media/track/text-track-cue-is-reachable-expected.txt b/LayoutTests/media/track/text-track-cue-is-reachable-expected.txt
index f204a9ad576fcf4e03a9e6db75b07635df77b549..dc5e1d484d2cc700728f4d851657396776849792 100644
--- a/LayoutTests/media/track/text-track-cue-is-reachable-expected.txt
+++ b/LayoutTests/media/track/text-track-cue-is-reachable-expected.txt
@@ -10,7 +10,7 @@ EXPECTED (video.textTracks[0].cues[1].myProperty == 'tuna salad?') OK
** Force garbage collection.
EXPECTED (video.textTracks[0].cues.length == '4') OK
-EXPECTED (video.textTracks[0].cues[1].myProperty == 'tuna salad?'), OBSERVED 'undefined' FAIL
+EXPECTED (video.textTracks[0].cues[1].myProperty == 'tuna salad?') OK
END OF TEST
« no previous file with comments | « no previous file | LayoutTests/media/track/text-track-is-reachable-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698