blob: 38dbdbd0fa1cd40f66d5de7fe5e9269feae717c3 [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>
var t = async_test();
var w = window.open("discard_iframe_history_3-1.html");
</script>