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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-seek-past-end-playing-expected.txt

Issue 2100703003: Convert video-seek* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 5 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
OLDNEW
(Empty)
1 Test that seeking video with 'loop' past it's end rewinds to the beginning and c ontinues playback.
2
3 EVENT(canplaythrough)
4 EXPECTED (video.paused == 'true') OK
5 RUN(video.play())
6 EXPECTED (video.paused == 'false') OK
7
8 EXPECTED (video.paused == 'false') OK
9 EXPECTED (mediaElement.currentTime > '0') OK
10 RUN(video.currentTime = 500)
11
12 EXPECTED (video.paused == 'false') OK
13 EXPECTED (mediaElement.currentTime > '0') OK
14
15 END OF TEST
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698