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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/media/video-play-stall-expected.txt

Issue 2115143002: Transition media element to HAVE_CURRENT_DATA upon underflow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback 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 that stalled, timeupdate and waiting events are sent when media load stalls in the middle.
2
3 RUN(video.play())
4 EVENT(durationchange)
5 EVENT(loadedmetadata)
6 EVENT(loadeddata)
7 EVENT(canplay)
8 EVENT(canplaythrough)
9 EVENT(timeupdate)
10 EVENT(stalled)
11 END OF TEST
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698