Sign in
webkit
/
WebKit
/
refs/heads/safari-4-branch
/
.
/
LayoutTests
/
media
/
media-startTime-expected.txt
blob: 1d8dcde7de9d01c630d2aba6c3e066933ac9c28d [
file
] [
log
] [
blame
]
Test the, so far unused, 'startTime' attribute.
RUN(video.src = 'content/test.mp4')
EVENT(loadeddata)
EXPECTED (video.startTime == '0') OK
RUN(video.startTime = 10)
EXPECTED (video.startTime == '0') OK
END OF TEST