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

Unified Diff: third_party/WebKit/LayoutTests/media/track/track-active-cues-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
« no previous file with comments | « third_party/WebKit/LayoutTests/media/track/track-active-cues.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/media/track/track-active-cues-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/track/track-active-cues-expected.txt b/third_party/WebKit/LayoutTests/media/track/track-active-cues-expected.txt
deleted file mode 100644
index 946a5f7a03744f2abe7aa2e0e85796e2157a0f31..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/track/track-active-cues-expected.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Test to ensure that a no text track cues are active after the video is unloaded.
-
-
-
-** Video and track loaded, one cue should be active **
-EXPECTED (trackElement.track.activeCues.length == '1') OK
-
-** Clear video 'src' and force reload **
-RUN(video.src = '')
-
-** 'error' event, no cues should be active **)
-EXPECTED (event.target == '[object HTMLVideoElement]') OK
-EXPECTED (video.error != 'null') OK
-EXPECTED (video.error.code == '4') OK
-EXPECTED (video.networkState == '3') OK
-EXPECTED (trackElement.track.activeCues.length == '0') OK
-
-END OF TEST
-
« no previous file with comments | « third_party/WebKit/LayoutTests/media/track/track-active-cues.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698