Sign in
webkit
/
WebKit
/
af107121180e7ae7606d9b7b1021b27102f6b698
/
.
/
LayoutTests
/
http
/
tests
/
svg
/
resources
/
delayCachedLoad.php
blob: d06689d793c2b412fc9cf67adc449e59d329d55b [
file
] [
log
] [
blame
]
<?
php
// Delay load by 0.07s. This was found to be the lowest value
// required for webkit.org/b/106733
usleep
(
70000
);
header
(
'Cache-Control: no-cache, must-revalidate'
);
header
(
'Location: http://127.0.0.1:8000/svg/resources/greenSquare.svg'
);
?>