blob: ee393b8c6741cc58142a790076773f55c5e008b6 [file] [log] [blame]
<?php
header("X-FRAME-OPTIONS: deny");
?>
<html manifest="resources/x-frame-options-prevents-framing.manifest">
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
testRunner.waitUntilDone();
}
function cached()
{
window.location.href = "/appcache/resources/x-frame-options-prevents-framing-test.html";
}
applicationCache.addEventListener('cached', cached, false);
</script>
This document should not be frameable.<br>
If you see this text in an iframe, then there is a bug.<br>
</html>