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

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

Issue 19605005: Add 'self.onerror' to Worker tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: test only. Created 7 years, 5 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-redirect-to-crossorigin-expected.txt
diff --git a/LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt b/LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt
index b2990d1353193cf99d7275940d63de3eff9646d0..2c1bfe102b67ef0dfd000c9d97613dd3fb6a48c6 100644
--- a/LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt
+++ b/LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt
@@ -3,9 +3,13 @@ Ensure that scripts imported into a Worker from a redirect to a cross-origin hos
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+PASS workerOnerror.message is "Uncaught undefined"
+PASS workerOnerror.url is "http://127.0.0.1:8000/workers/resources/worker-importscripts-onerror-redirect-to-crossorigin.js"
+PASS workerOnerror.line is 6
+PASS workerOnerror.column is 0
PASS onerrorMessage is "Uncaught undefined"
PASS onerrorURL is "http://127.0.0.1:8000/workers/resources/worker-importscripts-onerror-redirect-to-crossorigin.js"
-PASS onerrorLine is 2
+FAIL onerrorLine should be 2. Was 6.
do-not-use 2013/07/25 08:08:14 Why is this failing now?
Mike West 2013/07/25 08:29:01 Done.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698