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

Side by Side Diff: LayoutTests/media/video-seek-to-current-position-expected.txt

Issue 848853003: Revert of Relanding 'Always notify the MediaPlayer of any seek' patch (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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 attribute is true immediately after a seek to the current posi tion, and goes back to false when the seek completes.
2
3 EVENT(loadedmetadata)
4 RUN(video.currentTime = seekTime)
5 EXPECTED (video.seeking == 'true') OK
6
7 EVENT(seeking)
8 EVENT(timeupdate)
9 EVENT(seeked)
10
11 EXPECTED (video.seeking == 'false') OK
12 EXPECTED (video.currentTime == '1') OK
13 RUN(video.currentTime = seekTime)
14 EXPECTED (video.seeking == 'true') OK
15
16 EVENT(timeupdate)
17 EVENT(seeking)
18 EVENT(timeupdate)
19 EVENT(seeked)
20
21 EXPECTED (video.seeking == 'false') OK
22 EXPECTED (video.currentTime == '1') OK
23 END OF TEST
24
OLDNEW
« no previous file with comments | « LayoutTests/media/video-seek-to-current-position.html ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698