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
/
media
/
video-play-pause-events-expected.txt
blob
fe3f84519abb7b530c3b42ca913e121181610396
1
Test that calling play() and pause() triggers async play, timeupdate and pause events.
2
3
RUN(video.play())
4
RUN(video.pause())
5
SCRIPT DONE
6
EVENT(play)
7
EVENT(waiting)
8
EVENT(timeupdate)
9
EVENT(pause)
10
EXPECTED (video.paused == 'true') OK
11
END OF TEST
12