blob: e1e16df18a9a63cae24c41a0301e877570f21b08 [file] [log] [blame]
<body>
<script src="../../../resources/js-test.js"></script>
<script>
window.jsTestIsAsync = true;
// Reload multiple times, to make crashing more likely.
var iterationsLeft = 50;
function test()
{
if (--iterationsLeft) {
frames[0].history.go(0);
} else {
gc();
debug(frames[0].document.body.outerHTML);
finishJSTest();
}
}
</script>
<iframe src="resources/createDocument-with-used-doctype-frame.html" onload="test()"></iframe>
</body>