root/LayoutTests/http/tests/download/resources/basic-ascii.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
header("Content-Disposition: attachment; filename=test file.txt");
header("Content-Type: text/plain");
?>

Test file content.

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