Sign in
webkit
/
WebKit
/
abf0d7e5c5da47832abc6359a2aa69cd4f9bbb86
/
.
/
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'
);
?>