Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / svg / resources / delayCachedLoadScript.php
blobffb55fb0bf8561da6646e98b1391cb45be81c079
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 ?>