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