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

Unified Diff: LayoutTests/http/tests/workers/worker-importScripts-onerror-sameorigin-expected.txt

Issue 22650008: Add 'error' property to exceptions thrown via Worker::importScripts. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Feedback. Created 7 years, 4 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/http/tests/workers/worker-importScripts-onerror-sameorigin-expected.txt
diff --git a/LayoutTests/http/tests/workers/worker-importScripts-onerror-sameorigin-expected.txt b/LayoutTests/http/tests/workers/worker-importScripts-onerror-sameorigin-expected.txt
index c93ca5b613db6a29d1e768c5ee198149f85dd26e..569ddde3cda5bf0b4b2bf33fefa8f2f3bac05b12 100644
--- a/LayoutTests/http/tests/workers/worker-importScripts-onerror-sameorigin-expected.txt
+++ b/LayoutTests/http/tests/workers/worker-importScripts-onerror-sameorigin-expected.txt
@@ -7,7 +7,8 @@ PASS workerOnerror.message is "Uncaught This is a custom error message."
PASS workerOnerror.filename is "http://127.0.0.1:8000/workers/resources/worker-importScripts-throw.js"
PASS workerOnerror.lineno is 1
PASS workerOnerror.colno is 0
-PASS workerOnerror.error is null
+PASS workerOnerror.error is not null
+PASS workerOnerror.error is "This is a custom error message."
PASS pageOnerror.message is "Uncaught This is a custom error message."
PASS pageOnerror.filename is "http://127.0.0.1:8000/workers/resources/worker-importScripts-throw.js"
PASS pageOnerror.lineno is 1
« no previous file with comments | « LayoutTests/http/tests/workers/worker-importScripts-onerror-sameorigin.html ('k') | Source/bindings/v8/V8ErrorHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698