repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
local
/
slow-css-pass.cgi
blob
0e4393c6098410a498c5087ba69b7676eab09154
1
#!/usr/bin/perl -wT
2
3
print
"Content-type: text/css
\n
"
;
4
print
"Cache-control: no-store
\n\n
"
;
5
sleep
(
1
);
6
print
"#pass { display: inline }
\n
"
;
7
print
"#fail { display: none }
\n
"
;
8