chromium/third_party/blink/web_tests/http/tests/loading/resources/empty-content-disposition-type.php

<?php
header('Content-Type: text/plain');
header('Content-Disposition: ;foo');

echo "hello, world";
?>