Sign in
webkit
/
WebKit
/
a41b66a191b347ea334dedd7b5c142e5f0175fc3
/
.
/
LayoutTests
/
http
/
tests
/
webfont
/
slow-ahem-loading.cgi
blob: 631dc65898de1994a96374bc5397d72e8f0c3179 [
file
] [
log
] [
blame
]
#!/usr/bin/perl -w
print
"Content-type: application/octet-stream\n"
;
print
"Cache-control: no-cache, no-store\n\n"
;
sleep
(
1
);
open FH
,
"<../../../resources/Ahem.ttf"
or
die
;
while
(<
FH
>)
{
print
;
}
close FH
;