chromium/third_party/blink/web_tests/http/tests/misc/resources/redirect-to-about-blank.php

<?php
  header('Location: about:blank');
  header('HTTP/1.0 302 Found');
?>