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

Unified Diff: third_party/WebKit/LayoutTests/fast/workers/worker-onerror-04-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-onerror-04-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-04-expected.txt b/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-04-expected.txt
index 04d7a2f972e2d375ff1296fdf1cecf19f321e909..3c24d6d8a27d526f1265b0664f056ff631b55711 100644
--- a/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-04-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-04-expected.txt
@@ -1,4 +1,4 @@
-This tests that unhandled exceptions in a worker's onerror handler trigger 'worker.onerror'.
+This tests that unhandled exceptions in a worker's onerror handler don't trigger 'worker.onerror'.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -12,10 +12,10 @@ PASS errorEvent.colno is 9
PASS errorEvent.error is null
Page-level worker.onerror handler triggered:
-PASS errorEvent.message is "Uncaught ReferenceError: bar is not defined"
+PASS errorEvent.message is "Uncaught ReferenceError: foo is not defined"
PASS stripURL(errorEvent.filename) is "[blob: URL]"
-PASS errorEvent.lineno is 3
-PASS errorEvent.colno is 13
+PASS errorEvent.lineno is 7
+PASS errorEvent.colno is 9
PASS errorEvent.error is null
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698