chromium/third_party/blink/web_tests/http/tests/download/resources/basic-ascii.php

<?php
header("Content-Disposition: attachment; filename=test file.txt");
header("Content-Type: text/plain");
?>

Test file content.