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

Unified Diff: LayoutTests/fast/workers/worker-error-handler-worker-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-error-handler-worker-expected.txt
diff --git a/LayoutTests/fast/workers/worker-error-handler-worker-expected.txt b/LayoutTests/fast/workers/worker-error-handler-worker-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d0ac6eb95d8333348044d3dedc1a447518f87699
--- /dev/null
+++ b/LayoutTests/fast/workers/worker-error-handler-worker-expected.txt
@@ -0,0 +1,7 @@
+Testing worker error handler invocation order.
+
+PASS: WorkerGlobalScope error handler invoked.
+PASS: Worker error handler invoked.
+TEST PASS.
+DONE.
+

Powered by Google App Engine
This is Rietveld 408576698