blob: 3046f854f207c3071999337fee70d5e13a4e0b47 [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(undefined);
var w = window.open("discard_iframe_history_3-1.html");
</script>