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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-play-empty-events-expected.txt

Issue 2090593002: Convert video-play* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 Test that play() from EMPTY network state triggers load() and async play event.
2
3 EXPECTED (video.networkState == '0') OK
4 RUN(video.play())
5 SCRIPT DONE
6 EVENT(play)
7 EVENT(waiting)
8 EVENT(loadstart)
9 EVENT(durationchange)
10 EVENT(loadedmetadata)
11 EVENT(loadeddata)
12 EVENT(canplay)
13 EVENT(playing)
14 EXPECTED (video.paused == 'false') OK
15 END OF TEST
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698