Sign in
webkit
/
WebKit
/
7c2d2b06cff0bde1c85f11402729e2b90317522d
/
.
/
LayoutTests
/
http
/
tests
/
performance
/
paint-timing
/
resources
/
slowstyle.php
blob: 722ae14e225f69f29b30452951e3eb1f924fd89e [
file
] [
log
] [
blame
]
<?
php
if
(
isset
(
$_GET
[
"delay"
]))
sleep
(
$_GET
[
"delay"
]);
header
(
'Cache-Control: no-cache, must-revalidate'
);
header
(
'Location: style.css'
);
?>