<html> | |
<head> | |
<script> | |
function fireSentinel() | |
{ | |
document.getElementsByTagName('h4')[0].innerHTML = document.domain; | |
if (window.testRunner) | |
testRunner.notifyDone(); | |
} | |
</script> | |
</head> | |
<body onload="fireSentinel();"> | |
<h4>DOMAIN</h4> | |
<p>PASSED: Navigation succeeded.</p> | |
</body> | |
</html> |