summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/the-window-object/garbage-collection-and-browsing-contexts/discard_iframe_history_4.html
blob: ffd444e3bfdaa1f22ac5d0994784b02ae9be9227 (plain)
1
2
3
4
5
6
7
8
9
<!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>