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

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

Issue 2090953006: [Blink-Workers]Set verbosity of the external exception handler. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code changed as per the 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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/workers/worker-constructor-expected.txt b/third_party/WebKit/LayoutTests/fast/workers/worker-constructor-expected.txt
index 708955fe168f19fe9aaafe8d396f72e2588338b8..064a1efaf2683ecd1b5476955cd284e8708aa5b2 100644
--- a/third_party/WebKit/LayoutTests/fast/workers/worker-constructor-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/workers/worker-constructor-expected.txt
@@ -3,9 +3,9 @@ Test Worker constructor functionality. Should print a series of PASS messages, f
PASS: toString exception propagated correctly.
PASS: trying to create workers recursively resulted in an exception (RangeError: Maximum call stack size exceeded)
PASS: invoking Worker constructor without arguments resulted in an exception (TypeError: Failed to construct 'Worker': 1 argument required, but only 0 present.)
-PASS: onerror invoked for an empty script URL, resolving to this HTML document's URL.
PASS: invoking Worker constructor with invalid script URL resulted in an exception (SyntaxError: Failed to construct 'Worker': 'http://invalid:123$' is not a valid URL.)
PASS: onerror invoked for a script that could not be loaded.
+PASS: onerror invoked for an empty script URL, resolving to this HTML document's URL.
PASS: Successfully created worker.
DONE

Powered by Google App Engine
This is Rietveld 408576698