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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/svg/resources/delayCachedLoadScript.php
diff --git a/LayoutTests/http/tests/svg/resources/delayCachedLoad.php b/LayoutTests/http/tests/svg/resources/delayCachedLoadScript.php
similarity index 70%
copy from LayoutTests/http/tests/svg/resources/delayCachedLoad.php
copy to LayoutTests/http/tests/svg/resources/delayCachedLoadScript.php
index d06689d793c2b412fc9cf67adc449e59d329d55b..ffb55fb0bf8561da6646e98b1391cb45be81c079 100644
--- a/LayoutTests/http/tests/svg/resources/delayCachedLoad.php
+++ b/LayoutTests/http/tests/svg/resources/delayCachedLoadScript.php
@@ -3,5 +3,5 @@
// 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');
+ header('Location: http://127.0.0.1:8000/svg/resources/setexecuted.js');
?>
« 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