| Index: LayoutTests/http/tests/fetch/workers/simple.html
|
| diff --git a/LayoutTests/http/tests/fetch/workers/request.html b/LayoutTests/http/tests/fetch/workers/simple.html
|
| similarity index 67%
|
| copy from LayoutTests/http/tests/fetch/workers/request.html
|
| copy to LayoutTests/http/tests/fetch/workers/simple.html
|
| index 7c967b68db2be312238c73e5c244752b61624b1b..9ad4f6915bbe8f39c7a6da8fcd1f3f37364b1311 100644
|
| --- a/LayoutTests/http/tests/fetch/workers/request.html
|
| +++ b/LayoutTests/http/tests/fetch/workers/simple.html
|
| @@ -2,5 +2,5 @@
|
| <script src="/resources/testharness.js"></script>
|
| <script src="/resources/testharnessreport.js"></script>
|
| <script>
|
| -fetch_tests_from_worker(new Worker('../script-tests/request.js'));
|
| +fetch_tests_from_worker(new Worker('../script-tests/simple.js'));
|
| </script>
|
|
|