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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Test to ensure that a no text track cues are active after the video is unloaded.
2
3
4
5 ** Video and track loaded, one cue should be active **
6 EXPECTED (trackElement.track.activeCues.length == '1') OK
7
8 ** Clear video 'src' and force reload **
9 RUN(video.src = '')
10
11 ** 'error' event, no cues should be active **)
12 EXPECTED (event.target == '[object HTMLVideoElement]') OK
13 EXPECTED (video.error != 'null') OK
14 EXPECTED (video.error.code == '4') OK
15 EXPECTED (video.networkState == '3') OK
16 EXPECTED (trackElement.track.activeCues.length == '0') OK
17
18 END OF TEST
19
OLDNEW
« 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