Properly fail in video_008.html

This commit is contained in:
Anthony Ramine 2017-09-29 19:16:37 +02:00
parent 622533ef48
commit b47331812a
3 changed files with 5 additions and 4 deletions

View file

@ -21,12 +21,14 @@
videotest.done();
}
var do_error = videotest.unreached_func();
</script>
</head>
<body>
<div id='log'></div>
<video id="video0" autoplay onplay="do_play(event);">
<video id="video0" autoplay onplay="do_play(event);" onerror="do_error();">
<script type="text/javascript">
document.write(