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-dom-start-expected.txt
1
Test that when start DOM attribute is set, playback starts from that time.
2
3
TEST(video.start == 1.0) OK
4
TEST(video.getAttribute('start') == '1s') OK
5
RUN(video.load())
6
EVENT(canplaythrough) TEST(video.currentTime == 1.0) OK
7
END OF TEST
8