Chromium Code Reviews| Index: LayoutTests/http/tests/workers/resources/worker-redirect.js |
| diff --git a/LayoutTests/http/tests/workers/resources/worker-redirect.js b/LayoutTests/http/tests/workers/resources/worker-redirect.js |
| index 54888e830d307918f78554aa068dd044106d3e5f..262f845e8758c30995e24667adcd093062d66eba 100644 |
| --- a/LayoutTests/http/tests/workers/resources/worker-redirect.js |
| +++ b/LayoutTests/http/tests/workers/resources/worker-redirect.js |
| @@ -25,7 +25,7 @@ function runNextTest() |
| function testCrossOriginLoad() |
| { |
| try { |
| - var worker = createWorker('http://localhost:8000/workers/resources/worker-redirect-target.js'); |
|
Mike West
2013/08/19 08:15:04
I changed this to make it clear that the first che
|
| + var worker = createWorker('http://localhost:8000/workers/resources/worker-target.js'); |
| worker.onerror = function(evt) { |
| log("FAIL: threw error when attempting to cross origin while loading the worker script."); |
| runNextTest(); |