blob: 8d21a80733f13e6a8376107828e1a9fcf301bfa4 [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>