chromium/third_party/blink/web_tests/http/tests/misc/nearly-empty-content-disposition.html

<script>
if (window.testRunner) {
    testRunner.dumpAsText();
    testRunner.waitUntilDone();
}
window.location = "resources/nearly-empty-content-disposition.php";
</script>
This test ensures we don't crash when we get a nearly empty Content-Disposition header.