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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-timeupdate-during-playback-expected.txt

Issue 2126753002: Convert video-[default, size, timeupdate]* 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 'timeupdate' events are posted while playing but not while paused.
2
3 RUN(video.play())
4
5 EVENT(play)
6 EVENT(waiting)
7 EVENT(loadstart)
8 EVENT(durationchange)
9 EVENT(loadedmetadata)
10 EVENT(loadeddata)
11 EVENT(canplay)
12 EVENT(playing)
13
14 RUN(video.pause())
15 EVENT(pause)
16
17 END OF TEST
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698