git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
WebCore:
[WebKit-https.git]
/
LayoutTests
/
media
/
video-seeking-expected.txt
1
Test that seeking attribute is true in timeupdate event after seek and goes back to false when seeking completes
2
3
EVENT(load)
4
TEST(!video.seeking) OK
5
RUN(video.currentTime = 2)
6
EVENT(timeupdate)
7
TEST(video.seeking) OK
8
TEST(video.currentTime == 2) OK
9
TEST(!video.seeking) OK
10
END OF TEST
11