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

Side by Side 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: Killing windows-specific expectations. 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Ensure that scripts imported into a Worker from cross-origin hosts trigger sanit ized onerror messages. 1 Ensure that scripts imported into a Worker from cross-origin hosts trigger sanit ized onerror messages.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS workerOnerror.message is "Uncaught undefined" 6 PASS workerOnerror.message is "Script error."
7 PASS workerOnerror.filename is "http://127.0.0.1:8000/workers/resources/worker-i mportscripts-onerror-crossorigin.js" 7 PASS workerOnerror.filename is ""
8 PASS workerOnerror.lineno is 5 8 PASS workerOnerror.lineno is 0
9 PASS workerOnerror.column is 0 9 PASS workerOnerror.colno is 0
10 PASS onerrorMessage is "Uncaught undefined" 10 PASS workerOnerror.error is null
11 PASS onerrorURL is "http://127.0.0.1:8000/workers/resources/worker-importscripts -onerror-crossorigin.js" 11 PASS pageOnerror.message is "Script error."
12 PASS onerrorLine is 5 12 PASS pageOnerror.filename is ""
13 PASS pageOnerror.lineno is 0
14 PASS pageOnerror.colno is 0
15 PASS pageOnerror.error is null
13 PASS successfullyParsed is true 16 PASS successfullyParsed is true
14 17
15 TEST COMPLETE 18 TEST COMPLETE
16 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698