Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Side by Side Diff: LayoutTests/http/tests/svg/resources/delayCachedLoadScript.php

Issue 62083002: Remove support for the externalResourcesRequired attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline test Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?php 1 <?php
2 // Delay load by 0.07s. This was found to be the lowest value 2 // Delay load by 0.07s. This was found to be the lowest value
3 // required for webkit.org/b/106733 3 // required for webkit.org/b/106733
4 usleep(70000); 4 usleep(70000);
5 header('Cache-Control: no-cache, must-revalidate'); 5 header('Cache-Control: no-cache, must-revalidate');
6 header('Location: http://127.0.0.1:8000/svg/resources/greenSquare.svg'); 6 header('Location: http://127.0.0.1:8000/svg/resources/setexecuted.js');
7 ?> 7 ?>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/svg/load-on-delayed-script-expected.txt ('k') | LayoutTests/http/tests/svg/resources/setexecuted.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698