blob: 340dd99e55880d3ebde2b437bb7e9c8bbb7c32c4 [file] [log] [blame]
<html>
<object data="resources/subframe-load-crash.svg" id="root" onload="runTest()"></object>
<script>
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.waitUntilDone();
}
function runTest() {
root = document.getElementById('root').contentDocument;
root.addEventListener('load', function() { document.open(); document.write("PASS"); document.close(); }, 1);
setTimeout(function() {
root.getElementById('test').appendChild(document.createElement('iframe'));
if (window.layoutTestController)
layoutTestController.notifyDone();
}, 0);
}
</script>
</html>