repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
svg
/
resources
/
delayCachedLoadScript.php
blob
ffb55fb0bf8561da6646e98b1391cb45be81c079
1
<
?php
2
// Delay load by 0.07s. This was found to be the lowest value
3
// required for webkit.org/b/106733
4
usleep
(
70000
);
5
header
(
'Cache-Control: no-cache, must-revalidate'
);
6
header
(
'Location: http://127.0.0.1:8000/svg/resources/setexecuted.js'
);
7
?
>