<html> | |
<head> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
function loaded() | |
{ | |
document.querySelector('#frame').contentDocument.write("We pass if we don't timeout"); | |
} | |
</script> | |
</head> | |
<body onload="loaded();"> | |
<iframe id="frame"></iframe> | |
</body> | |
</html> |