chromium/third_party/blink/web_tests/http/tests/inspector-protocol/network/resources/set-cookie-no-cookie-content.php

<?php
// Use a tab character that gets treated as white space and removed, resulting
// in an empty cookie which is invalid.
header("set-cookie: \x09");
?>