Index: LayoutTests/http/tests/fetch/resources/thorough-util.js |
diff --git a/LayoutTests/http/tests/fetch/resources/fetch-access-control-util.js b/LayoutTests/http/tests/fetch/resources/thorough-util.js |
similarity index 98% |
rename from LayoutTests/http/tests/fetch/resources/fetch-access-control-util.js |
rename to LayoutTests/http/tests/fetch/resources/thorough-util.js |
index b37537f2c3588a821c6cb71f20b04839ce0497df..795f9cc2a44e5db2f5a34296462c08210fb3c7f4 100644 |
--- a/LayoutTests/http/tests/fetch/resources/fetch-access-control-util.js |
+++ b/LayoutTests/http/tests/fetch/resources/thorough-util.js |
@@ -1,5 +1,5 @@ |
var SCOPE = BASE_ORIGIN + |
- '/fetch/resources/fetch-access-control-iframe.html?' + TEST_OPTIONS; |
+ '/fetch/resources/thorough-iframe.html?' + TEST_OPTIONS; |
var IFRAME_ORIGIN = BASE_ORIGIN; |
var BASE_URL = BASE_ORIGIN + |
'/serviceworker/resources/fetch-access-control.php?'; |
@@ -15,7 +15,7 @@ var OTHER_REDIRECT_LOOP_URL = OTHER_ORIGIN + |
'/fetch/resources/redirect-loop.php?Redirect='; |
var IFRAME_URL = SCOPE; |
var WORKER_URL = BASE_ORIGIN + |
- '/fetch/resources/fetch-access-control-worker.js?' + |
+ '/fetch/resources/thorough-worker.js?' + |
TEST_OPTIONS; |
function onlyOnServiceWorkerProxiedTest(checkFuncs) { |
@@ -84,7 +84,7 @@ var typeCors = checkFetchResponseType.bind(this, 'cors'); |
var typeOpaque = checkFetchResponseType.bind(this, 'opaque'); |
// Functions to check the result of JSONP which is evaluated in |
-// fetch-access-control-iframe.html by appending <script> element. |
+// thorough-iframe.html by appending <script> element. |
var checkJsonpResult = function(expected, url, data) { |
assert_equals(data.jsonpResult, |
expected, |
@@ -201,7 +201,7 @@ function executeServiceWorkerProxiedTests(test_targets) { |
var resultFromIframeReceived = undefined; |
function onMessage(e) { |
- // The message is sent from fetch-access-control-iframe.html in report() |
+ // The message is sent from thorough-iframe.html in report() |
// which is called by appending <script> element which source code is |
// generated by fetch-access-control.php. |
if (test_targets[counter][2]) { |