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

Side by Side Diff: LayoutTests/media/video-seek-to-duration-with-playbackrate-zero-expected.txt

Issue 331063006: Fix HTMLMediaElement "direction of playback" behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
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
« no previous file with comments | « LayoutTests/media/video-seek-to-duration-with-playbackrate-zero.html ('k') | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698