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

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

Issue 1867303002: Convert track tests from video-test.js to testharness.js based (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify GC invocation as per 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/text-track-cue-is-reachable-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/track/text-track-cue-is-reachable-expected.txt b/third_party/WebKit/LayoutTests/media/track/text-track-cue-is-reachable-expected.txt
deleted file mode 100644
index dc5e1d484d2cc700728f4d851657396776849792..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/track/text-track-cue-is-reachable-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Ensure that a TextTrackCue won't be collected if it has a custom property.
-
-** Validate.
-EXPECTED (video.textTracks[0].cues.length == '4') OK
-EXPECTED (video.textTracks[0].cues[1].startTime == '31') OK
-
-** Add a custom property to a cue.
-RUN(video.textTracks[0].cues[1].myProperty = 'tuna salad?')
-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?') OK
-
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698