1 <html xmlns=
"http://www.w3.org/1999/xhtml">
3 https://bugzilla.mozilla.org/show_bug.cgi?id=500261
6 <title>Test onerror behaviour
</title>
7 <script src=
"/tests/SimpleTest/SimpleTest.js"></script>
8 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css" />
11 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=500261">Mozilla Bug
500261</a>
13 <script class=
"testbody" type=
"text/javascript">
16 SimpleTest.waitForExplicitFinish();
19 ok(true,
"onerror method called");
27 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" width=
"100%" height=
"1" id=
"svg">
28 <image width=
"1" height=
"1" xlink:
href=
"http://localhost/serverGone.gif" onerror=
"run()"/>