root/LayoutTests/http/tests/misc/redirect-with-quotes.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
  // Test for various syntaxes of Refresh header, 
  // <http://bugzilla.opendarwin.org/show_bug.cgi?id=9854>.

  header('Content-type: text/html');
  header('Refresh: 0, URL       =       "resources/redirect-step2.php"');
?>

<body>
<script>
   if (window.testRunner) {
       testRunner.waitUntilDone();
       testRunner.dumpAsText();
   }
</script>
   
<p>FAILURE - should redirect (1)<p>
</body>

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