blob: d69d7d7a82380cb8be2c4b39ac4928cd0cdda190 [file] [log] [blame]
<!doctype html>
<title>Removing iframe from document removes it from history</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id="log"></div>
<script>
setup({timeout:3600000})
var t = async_test(undefined, {timeout:3600000});
var w = window.open("discard_iframe_history_1-1.html");
</script>