4 if (window
.location
.hash
== "#FAILED")
5 document
.getElementById("succeededDiv").setAttribute("style", "display:none;");
7 document
.getElementById("failedDiv").setAttribute("style", "display:none;");
10 testRunner
.notifyDone();
14 <body onload=
"test();">
16 <div id=
"succeededDiv">
17 <span style=
"color:green;">SUCCESS
</span>
21 <a name=
"FAILED"><span style=
"color:red;">FAILED
</span></a>