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

Unified Diff: third_party/WebKit/LayoutTests/fast/workers/worker-constructor.html

Issue 2090953006: [Blink-Workers]Set verbosity of the external exception handler. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test worker-onerror-05 as per comments Created 4 years, 5 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: 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",
nhiroki 2016/07/26 01:59:11 Why did you move this test case?
sivag 2016/07/27 13:20:52 In these set of tests only 2 tests throw worker.on
sivag 2016/07/29 09:29:32 After enabling verbose the order of test is gettin
"testSuccessWorkerCreation",
];
var testIndex = 0;

Powered by Google App Engine
This is Rietveld 408576698