Sign in
webkit
/
WebKit
/
2c21f6d4a7b9870028fff176b6411b7892705071
/
.
/
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]"
;
?>