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..5c561e5b70922e402fa4b4706eed3ac0d37591c1 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,16 +1,9 @@ |
-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: |
-PASS errorEvent.message is "Uncaught ReferenceError: foo is not defined" |
-PASS stripURL(errorEvent.filename) is "[blob: URL]" |
-PASS errorEvent.lineno is 13 |
-PASS errorEvent.colno is 9 |
-PASS errorEvent.error is null |
- |
Page-level worker.onerror handler triggered: |
PASS errorEvent.message is "Uncaught ReferenceError: foo is not defined" |
PASS stripURL(errorEvent.filename) is "[blob: URL]" |