mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Properly fail in video_008.html
This commit is contained in:
parent
622533ef48
commit
b47331812a
3 changed files with 5 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue