root/LayoutTests/http/tests/misc/resources/redirect-to-about-blank.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
  header('Location: about:blank');
  header('HTTP/1.0 302 Found');
?>

/* [<][>][^][v][top][bottom][index][help] */