haikuwebkit/LayoutTests/fast/history/resources/history-subframe-with-name-...

8 lines
356 B
HTML

<script>
// Disable the page cache when running inside of Safari
onunload = function() { }
onpageshow = function() { if (event.persisted) alert("FAIL: Could not disable page cache"); }
</script>
<iframe src="history-subframe-with-name-2.html"></iframe>
<iframe src="data:text/html,<script>window.name='foo';</script>window that changes its name"></iframe>