1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
6
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
<title>JsUnit OnLoad Tests</title>
8
<link rel="stylesheet" type="text/css" href="../css/jsUnitStyle.css">
9
<script language="JavaScript" type="text/javascript" src="../app/jsUnitCore.js"></script>
10
<script language="JavaScript" type="text/javascript">
14
function testOnLoadFired() {
15
assertEquals("foo", aVar);
17
function myOnLoadEvent() {
23
<body onload="myOnLoadEvent()">
24
<h1>JsUnit OnLoad Tests</h1>
26
<p>This page contains tests for the JsUnit Framework. To see them, take a look at the source.</p>