repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
media
/
video-play-stall-expected.txt
blob
e5ffee977258a683250148b0cc349731fdd952aa
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