blob: 6d245bb94e3634f6979fafbc7164547f430071cc [file] [log] [blame]
<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>