root/LayoutTests/http/tests/misc/resources/nearly-empty-content-disposition.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
header("Content-Disposition: ;")
?>
PASS
<script>
if (window.testRunner)
    testRunner.notifyDone()
</script>

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