Sign in
webkit
/
WebKit
/
85db3efdec5ca5eb5d671961c4826c59372af698
/
.
/
LayoutTests
/
http
/
tests
/
incremental
/
resources
/
delayed-css.php
blob: e7da44906cab0045195ce0e6b8b04f01c5a871fa [
file
] [
log
] [
blame
]
<?
php
header
(
"Cache-Control: no-cache, no-store"
);
header
(
"Content-Type: text/css"
);
$delay
=
$_GET
[
'delay'
];
usleep
(
$delay
*
1000
);
?>
.delayed { background-color: green !important }