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>