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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-buffered-unknown-duration-expected.txt

Issue 2060353005: Convert video-autoplay*, video-black* and video-buffered* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nit Created 4 years, 6 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/video-buffered-unknown-duration.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 Load a video with an infinite duration. Start playback and ensure video.currentT ime < video.buffered.end(0) upon first timeupdate.
2
3 EVENT(loadeddata)
4 EXPECTED (video.buffered.length == '1') OK
5 EXPECTED (video.buffered.start(0) >= '0') OK
6 EXPECTED (video.buffered.end(0) != 'Infinity') OK
7 EXPECTED (video.currentTime == '0') OK
8 EXPECTED (video.duration == 'Infinity') OK
9 EVENT(timeupdate)
10 EXPECTED (video.duration == 'Infinity') OK
11 EXPECTED (video.buffered.start(0) >= '0') OK
12 EXPECTED (video.buffered.end(0) < '10') OK
13 TEST(video.currentTime <= video.buffered.end(0)) OK
14 END OF TEST
15
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-buffered-unknown-duration.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698