Sign in
webkit
/
WebKit
/
2b71a063dee544906d04b3c4fb19abae128a0dfd
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
slow-stylesheet.cgi
blob: fcddca401f8ab3a6a5df873a6541c7f40ab09ece [
file
] [
log
] [
blame
]
#!/usr/bin/perl -w
print
"Content-type: text/css\n\n"
;
sleep
(
0.5
);
print
"body { background-color: #FF0000 }\n"
;