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

Unified Diff: LayoutTests/http/tests/workers/worker-importScripts-onerror-sameorigin-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-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 aa27425d94f3677478ac8d8d07d99d744e7fcb66..61bd4e7d841f34e4e5cd1a7c260eb21b8bea00e1 100644
--- a/LayoutTests/http/tests/workers/worker-importScripts-onerror-sameorigin-expected.txt
+++ b/LayoutTests/http/tests/workers/worker-importScripts-onerror-sameorigin-expected.txt
@@ -4,12 +4,15 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
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-onerror-sameorigin.js"
-PASS workerOnerror.lineno is 5
+PASS workerOnerror.filename is "http://127.0.0.1:8000/workers/resources/worker-importScripts-throw.js"
+PASS workerOnerror.lineno is 1
PASS workerOnerror.column is 0
-PASS onerrorMessage is "Uncaught This is a custom error message."
-PASS onerrorURL is "http://127.0.0.1:8000/workers/resources/worker-importscripts-onerror-sameorigin.js"
-PASS onerrorLine is 5
+PASS workerOnerror.error is null
+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
+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