haikuwebkit/LayoutTests/fast/frames/iframe-plugin-load-remove-d...

22 lines
418 B
HTML

<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>