<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | |
"http://www.w3.org/TR/html4/strict.dtd"> | |
<html lang="en"> | |
<head> | |
</head> | |
<body> | |
<p>FAILED - script did not run.</p> | |
<script> | |
var p = document.getElementsByTagName('p')[0]; | |
function client() | |
{ | |
return new XMLHttpRequest(); | |
} | |
function test(client) | |
{ | |
p.firstChild.data = client.responseText; | |
if (window.testRunner) | |
testRunner.notifyDone(); | |
} | |
</script> | |
</body> | |
</html> |