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

Unified Diff: third_party/WebKit/LayoutTests/fast/workers/worker-onerror-05-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: Fix flaky test. 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-05-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-05-expected.txt b/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-05-expected.txt
index 8f704253fc6596ce109a18c3db165ee1a5c5fbed..f5400cfbed2abd891c5fb5bc8852cb86e2aee2f8 100644
--- a/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-05-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-05-expected.txt
@@ -1,10 +1,10 @@
-This tests that exceptions trigger a worker's onerror in addition to the page-level 'worker.onerror'.
+This tests that exceptions don't trigger a worker's onerror in addition to the page-level 'worker.onerror'.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-Worker-level onerror handler triggered:
+Page-level worker.onerror handler triggered:
PASS errorEvent.message is "Uncaught ReferenceError: foo is not defined"
PASS stripURL(errorEvent.filename) is "[blob: URL]"
PASS errorEvent.lineno is 13

Powered by Google App Engine
This is Rietveld 408576698