| Index: third_party/WebKit/LayoutTests/fast/workers/worker-constructor.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/workers/worker-constructor.html b/third_party/WebKit/LayoutTests/fast/workers/worker-constructor.html
|
| index 38f5423ada7e4a79a6fe1f080df1c0a34905139e..8120f2729fec3ac2426ad345296ea1a618c79152 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/workers/worker-constructor.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/workers/worker-constructor.html
|
| @@ -11,9 +11,9 @@ var testCases = [
|
| "testArgumentException",
|
| "testRecursiveWorkerCreation",
|
| "testNoArgument",
|
| - "testEmptyScriptUrl",
|
| "testInvalidScriptUrl",
|
| "testNotExistentScriptUrl",
|
| + "testEmptyScriptUrl",
|
| "testSuccessWorkerCreation",
|
| ];
|
| var testIndex = 0;
|
|
|