1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 <title>Testcase for bug
373181</title>
5 <script type=
"text/javascript" src=
"/MochiKit/packed.js"/>
6 <script type=
"text/javascript" src=
"/tests/SimpleTest/SimpleTest.js"/>
7 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css"/>
8 <script type=
"application/x-javascript">
9 var bodyOnLoad = false;
10 function checkOnLoad()
12 ok(bodyOnLoad,
"Body onload event should fire");
15 SimpleTest.waitForExplicitFinish();
16 setTimeout(checkOnLoad,
500);
19 <body onload=
"bodyOnLoad = true;"/>