Sign in
webkit
/
WebKit
/
6756d1c4625eeb8d03076cb127515d00fa7c2e16
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/
status-404-without-body.php
blob: 0868f581b616f6da24376759547fdacd342a0728 [
file
] [
log
] [
blame
]
<?
php
header
(
'http/1.1 404 Not Found'
);
header
(
"Access-Control-Allow-Origin: *"
);
exit
();
?>