blob: 4d1e473fc08b4579b39e3b33c20ade6f9ec5ee31 [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_1-1.html");
</script>