blob: 4c30cb9fa32f472f9c1c0fb67aa26edff6397261 [file] [log] [blame]
<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>