Sign in
webkit
/
WebKit
/
refs/heads/safari-4-branch
/
.
/
LayoutTests
/
media
/
video-seek-no-src-exception-expected.txt
blob: d81fe7b8730c7b5bbaf70d386548ed7750e58d44 [
file
] [
log
] [
blame
]
Test that seeking video with no 'src' attribute throws an INVALID_STATE_ERR exception.
EXPECTED (video.networkState == '0') OK
EXPECTED (video.readyState == '0') OK
TEST(video.currentTime = 1.1) THROWS(DOMException.INVALID_STATE_ERR) OK
END OF TEST