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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-seek-to-duration-with-playbackrate-zero-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 EVENT(loadedmetadata)
2 Seeking to duration
3 EVENT(seeking)
4 EVENT(seeked)
5 EVENT(ended)
6 EXPECTED (video.currentTime == video.duration == 'true') OK
7 Seeking to the middle of the video
8 EVENT(seeking)
9 EVENT(seeked)
10 Setting loop to true and seeking to duration.
11 EVENT(seeking)
12 EVENT(seeked)
13 Seek to duration completed. Waiting for a seek to the beginning.
14 EVENT(seeking)
15 EVENT(seeked)
16 EXPECTED (video.currentTime == '0') OK
17 END OF TEST
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698