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-exception-expected.txt
blob
d7273d6c761eabbeec14ef665f341171e2978d55
1
Video has no src. Test that the playing event is not dispatched.
2
3
RUN(video.play())
4
RUN(video.pause())
5
EVENT(waiting)
6
EVENT(timeupdate)
7
EVENT(pause)
8
EXPECTED (video.networkState == '0') OK
9
END OF TEST
10