Sign in
webkit
/
WebKit
/
7c2d2b06cff0bde1c85f11402729e2b90317522d
/
.
/
LayoutTests
/
http
/
tests
/
performance
/
paint-timing
/
resources
/
slowscript.php
blob: 3b2ee7aa2477f96e848d665631ab10ebc9cb1810 [
file
] [
log
] [
blame
]
<?
php
if
(
isset
(
$_GET
[
"delay"
]))
sleep
(
$_GET
[
"delay"
]);
header
(
'Cache-Control: no-cache, must-revalidate'
);
header
(
'Content-Type: text/javascript'
);
echo
(
$_GET
[
"script"
])
?>