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 |