chromium/third_party/blink/web_tests/http/tests/security/resources/script-allow-credentials.php

<?php
header("Access-Control-Allow-Origin: http://127.0.0.1:8000");
header("Access-Control-Allow-Credentials: true");
header('Content-Type: application/javascript');
echo '3;'
?>