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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-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/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt b/third_party/WebKit/LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt
index 273cc9f7ac91f5957a7d0dced75e38b1d1deea43..a3ad76696741674a39b3d3b6176df4934eccf502 100644
--- a/third_party/WebKit/LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt
@@ -3,15 +3,15 @@ Ensure that scripts imported into a Worker from a redirect to a cross-origin hos
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS workerOnerror.message is "Script error."
-PASS workerOnerror.filename is ""
-PASS workerOnerror.lineno is 0
-PASS workerOnerror.colno is 0
-PASS workerOnerror.error is null
-PASS pageOnerror.message is "Script error."
-PASS pageOnerror.filename is ""
-PASS pageOnerror.lineno is 0
-PASS pageOnerror.colno is 0
+PASS workerOnerror.message is "Uncaught This is a custom error message."
+PASS workerOnerror.filename is "http://localhost:8000/workers/resources/worker-importScripts-throw.js"
+PASS workerOnerror.lineno is 1
+PASS workerOnerror.colno is 1
+PASS workerOnerror.error is "This is a custom error message."
+PASS pageOnerror.message is "Uncaught This is a custom error message."
+PASS pageOnerror.filename is "http://localhost:8000/workers/resources/worker-importScripts-throw.js"
+PASS pageOnerror.lineno is 1
+PASS pageOnerror.colno is 1
PASS pageOnerror.error is null
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698