mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +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
|
@ -570093,7 +570093,7 @@
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"html/semantics/embedded-content/media-elements/video_008.htm": [
|
"html/semantics/embedded-content/media-elements/video_008.htm": [
|
||||||
"087f17d5f7a75ac1990ef7ecb413fc4eaf312be5",
|
"e34c87a2821b7f307d858afe8b83154664e0e0b5",
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"html/semantics/embedded-content/media-elements/video_controls_present-manual.html": [
|
"html/semantics/embedded-content/media-elements/video_controls_present-manual.html": [
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[video_008.htm]
|
[video_008.htm]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
|
||||||
[HTML5 Media Elements: 'media' attribute]
|
[HTML5 Media Elements: 'media' attribute]
|
||||||
expected: NOTRUN
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -21,12 +21,14 @@
|
||||||
videotest.done();
|
videotest.done();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var do_error = videotest.unreached_func();
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id='log'></div>
|
<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">
|
<script type="text/javascript">
|
||||||
|
|
||||||
document.write(
|
document.write(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue