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

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

Issue 22467005: Correctly attribute exceptions thrown inside a Worker's imported scripts. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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-crossorigin-expected.txt
diff --git a/LayoutTests/http/tests/workers/worker-importScripts-onerror-crossorigin-expected.txt b/LayoutTests/http/tests/workers/worker-importScripts-onerror-crossorigin-expected.txt
index bd82c526ea635a09ff1a14e5cfb3cae7d2a754d1..5f2f264e2f17e2a287081f830de6ab733ed9e665 100644
--- a/LayoutTests/http/tests/workers/worker-importScripts-onerror-crossorigin-expected.txt
+++ b/LayoutTests/http/tests/workers/worker-importScripts-onerror-crossorigin-expected.txt
@@ -3,13 +3,16 @@ Ensure that scripts imported into a Worker from cross-origin hosts trigger sanit
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS workerOnerror.message is "Uncaught undefined"
-PASS workerOnerror.filename is "http://127.0.0.1:8000/workers/resources/worker-importscripts-onerror-crossorigin.js"
-PASS workerOnerror.lineno is 5
+PASS workerOnerror.message is "Script error."
+PASS workerOnerror.filename is ""
+PASS workerOnerror.lineno is 0
PASS workerOnerror.column is 0
-PASS onerrorMessage is "Uncaught undefined"
-PASS onerrorURL is "http://127.0.0.1:8000/workers/resources/worker-importscripts-onerror-crossorigin.js"
-PASS onerrorLine is 5
+PASS workerOnerror.error is null
+PASS pageOnerror.message is "Script error."
+PASS pageOnerror.filename is ""
+PASS pageOnerror.lineno is 0
+PASS pageOnerror.colno is 0
+PASS pageOnerror.error is null
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698