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

Side by Side Diff: LayoutTests/http/tests/workers/worker-importScripts-expected.txt

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years 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
OLDNEW
1 Test importScripts. 1 Test importScripts.
2 2
3 Test started. 3 Test started.
4 PASS: importScripts(), exists, is a function, and doesn't throw when not given a ny arguments 4 PASS: importScripts(), exists, is a function, and doesn't throw when not given a ny arguments
5 Loaded message from different origin 5 Loaded message from different origin
6 PASS: executed script from different origin 6 PASS: executed script from different origin
7 Loaded message from different origin 7 Loaded message from different origin
8 PASS: executed script from different origin through a redirect 8 PASS: executed script from different origin through a redirect
9 Testing single argument: 9 Testing single argument:
10 Loaded resource 1 10 Loaded resource 1
11 PASS: loaded first source 11 PASS: loaded first source
12 Testing multiple arguments: 12 Testing multiple arguments:
13 Loaded resource 1 13 Loaded resource 1
14 Loaded resource 2 14 Loaded resource 2
15 PASS: Both sources loaded and executed. 15 PASS: Both sources loaded and executed.
16 Testing multiple arguments (different order): 16 Testing multiple arguments (different order):
17 Resource 2 loaded before resource 1 17 Resource 2 loaded before resource 1
18 Loaded resource 2 18 Loaded resource 2
19 Loaded resource 1 19 Loaded resource 1
20 PASS: Both sources loaded and executed. 20 PASS: Both sources loaded and executed.
21 Testing multiple arguments, with different origin for one argument: 21 Testing multiple arguments, with different origin for one argument:
22 Loaded resource 1 22 Loaded resource 1
23 Loaded message from different origin 23 Loaded message from different origin
24 Loaded resource 2 24 Loaded resource 2
25 PASS: all resources executed. 25 PASS: all resources executed.
26 Loaded resource 1 26 Loaded resource 1
27 PASS: Threw NetworkError: Failed to execute 'importScripts': the script at 'http ://127.0.0.1:8000/workers/resources/nonexistant' failed to load. when load faile d 27 PASS: Threw NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScop e': The script at 'http://127.0.0.1:8000/workers/resources/nonexistant' failed t o load. when load failed
28 PASS: some resources were loaded despite the network error 28 PASS: some resources were loaded despite the network error
29 Loaded resource 1 29 Loaded resource 1
30 PASS: Threw Error: Uncaught SyntaxError: Unexpected identifier when encountering a syntax error in imported script 30 PASS: Threw Error: Uncaught SyntaxError: Unexpected identifier when encountering a syntax error in imported script
31 PASS: some resources were loaded despite the presence of a syntax error 31 PASS: some resources were loaded despite the presence of a syntax error
32 Testing multiple arguments, with first resource throwing an exception: 32 Testing multiple arguments, with first resource throwing an exception:
33 Loaded resource 1 33 Loaded resource 1
34 First resource throwing an exception 34 First resource throwing an exception
35 PASS: Propagated 'Error: Uncaught Thrown by first resource' from script 35 PASS: Propagated 'Error: Uncaught Thrown by first resource' from script
36 PASS: First resource was executed, and second resource was not 36 PASS: First resource was executed, and second resource was not
37 Testing multiple arguments, with second resource throwing an exception: 37 Testing multiple arguments, with second resource throwing an exception:
38 Loaded resource 1 38 Loaded resource 1
39 Loaded resource 2 39 Loaded resource 2
40 Second resource throwing an exception 40 Second resource throwing an exception
41 PASS: Propagated 'Error: Uncaught Thrown by second resource' from script 41 PASS: Propagated 'Error: Uncaught Thrown by second resource' from script
42 PASS: Both scripts were executed 42 PASS: Both scripts were executed
43 Testing multiple arguments, with second argument throwing in toString(): 43 Testing multiple arguments, with second argument throwing in toString():
44 PASS: User error recieved in toString 44 PASS: User error recieved in toString
45 PASS: No script was executed 45 PASS: No script was executed
46 DONE 46 DONE
47 47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698