blob: 89d0fb4c6477f7aeb96efea345912d817b45d585 [file] [log] [blame]
<!doctype html>
<title>Removing iframe from document via innerHTML 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_2-1.html");
</script>