Sign in
webkit
/
WebKit
/
5a5889b67dd059ea36badf748324a03699c86a87
/
.
/
LayoutTests
/
media
/
video-error-does-not-exist.html
blob: 6de7595b7cb873d496d2a716b2c492e2fd1a1926 [
file
] [
log
] [
blame
]
<video
src
=
content/does-not-exist.mpeg
></video>
<script
src
=
video-test.js
></script>
<script>
test
(
"!video.error"
);
waitForEventAndTest
(
"load"
,
"false"
);
waitForEventTestAndEnd
(
"emptied"
,
"video.error.code == MediaError.MEDIA_ERR_NETWORK"
);
</script>