blob: 0765e9b9ed5c5941289b86262c24fce4c86faab7 [file] [log] [blame]
<html>
<body onload="runTest()">
<script>
if (window.layoutTestController)
{
layoutTestController.dumpAsText();
layoutTestController.waitUntilDone();
}
function runTest()
{
document.body.innerHTML = 'PASS';
if (layoutTestController)
layoutTestController.notifyDone();
}
</script>
<iframe src="data:application/x-webkit-test-netscape,foo"></iframe>
</body>
</html>