Sign in
webkit
/
WebKit
/
9765eaae75bc2c2ccc4b2468231acc50588e5d25
/
.
/
LayoutTests
/
media
/
video-start.html
blob: 0197bf58f28ae9c83f4272edfbdfd4c61f992824 [
file
] [
log
] [
blame
]
<video
start
=
1s
controls
></video>
<script
src
=
video-test.js
></script>
<script>
test
(
"video.start == 1.0"
);
waitForEventTestAndEnd
(
'canplaythrough'
,
"video.currentTime == 1.0"
);
video
.
src
=
"content/test.mp4"
;
</script>