Sign in
webkit
/
WebKit
/
3b4bf587f7ebe93d42540a4ff252d74024196682
/
.
/
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
();
?>