summaryrefslogtreecommitdiffstats
path: root/caps/tests/mochitest/file_bug1367586-target.html
blob: e2a2fde20db6b997b308ecb91e7c6df2d5d56d03 (plain)
1
2
3
4
5
6
<head><script>
window.addEventListener("pageshow", function(event) {
    parent.ok(!event.persisted, "Should not load from bfcache");
});
</script></head>
<body>Redirect target content</body>