blob: ba57e4e3dec24f2502ccca0e9195ba0e450bdfa4 [file] [log] [blame]
<?php
header('HTTP/1.0 200 OK');
header('Content-type: text/html');
header('Refresh: 0;URL= javascript:window.top.location="about:blank"');
?>
<!DOCTYPE html>
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
PASS: This is the content that appears in place of a refresh.
</body>