Sign in
webkit
/
WebKit
/
fdc942c5052133d9f3534312553b7ba8c309c092
/
.
/
LayoutTests
/
http
/
tests
/
workers
/
service
/
resources
/
download-binary.php
blob: 78124c3f119edc54b6b4ab14b5d4012e474fd41e [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Type: application/my-super-binary"
);
echo
"[1, 2, 3]"
;
?>