Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / svg / resources / delayCachedLoad.php
blobd06689d793c2b412fc9cf67adc449e59d329d55b
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/greenSquare.svg');
7 ?>