mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Properly fail in /html/semantics/embedded-content/media-elements/error-codes/error.html
This commit is contained in:
parent
83488a20f1
commit
0e56b79e78
3 changed files with 3 additions and 3 deletions
|
@ -13,6 +13,7 @@ function error_test(tagName, src) {
|
|||
async_test(function(t) {
|
||||
var e = document.createElement(tagName);
|
||||
e.src = src;
|
||||
e.onerror = t.unreached_func();
|
||||
e.onloadeddata = t.step_func(function() {
|
||||
assert_equals(e.error, null);
|
||||
t.done();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue