1 <html xmlns=
"http://www.w3.org/1999/xhtml">
3 https://bugzilla.mozilla.org/show_bug.cgi?id=1668942
6 <title>Test onload 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=1668942">Mozilla Bug
1668942</a>
13 <script class=
"testbody" type=
"text/javascript">
16 SimpleTest.waitForExplicitFinish();
19 ok(true,
"onload method called");
27 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" width=
"100%" height=
"1">
28 <image width=
"1" height=
"1" xlink:
href=
"data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" onload=
"run()"/>