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

Unified Diff: LayoutTests/fast/workers/worker-onerror-04-expected.txt

Issue 607513002: Onerror return value handling in workers fixed as per HTML5 spec. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added new layout tests and rebaselined two of them. Created 6 years, 2 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: LayoutTests/fast/workers/worker-onerror-04-expected.txt
diff --git a/LayoutTests/fast/workers/worker-onerror-04-expected.txt b/LayoutTests/fast/workers/worker-onerror-04-expected.txt
index 771ecc6794abfef02a31c54e5854aa21916638e9..04d7a2f972e2d375ff1296fdf1cecf19f321e909 100644
--- a/LayoutTests/fast/workers/worker-onerror-04-expected.txt
+++ b/LayoutTests/fast/workers/worker-onerror-04-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE ERROR: line 7: Uncaught ReferenceError: foo is not defined
jochen (gone - plz use gerrit) 2014/10/09 11:27:29 why is this error gone? the onerror handler in the
This tests that unhandled exceptions in a worker's onerror handler trigger 'worker.onerror'.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698