Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
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"
;