blob: ffd444e3bfdaa1f22ac5d0994784b02ae9be9227 [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_4-1.html");
</script>