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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-expected.txt

Issue 2676773002: DevTools: restore the style of expandable titles on console object previews (Closed)
Patch Set: a Created 3 years, 10 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
OLDNEW
1 CONSOLE ERROR: line 23: Uncaught (in promise) Error: err1 1 CONSOLE ERROR: line 23: Uncaught (in promise) Error: err1
2 CONSOLE ERROR: line 44: Uncaught (in promise) Error: err2 2 CONSOLE ERROR: line 44: Uncaught (in promise) Error: err2
3 CONSOLE ERROR: line 62: Uncaught (in promise) NotFoundError: Failed to execute ' removeChild' on 'Node': The node to be removed is not a child of this node. 3 CONSOLE ERROR: line 62: Uncaught (in promise) NotFoundError: Failed to execute ' removeChild' on 'Node': The node to be removed is not a child of this node.
4 CONSOLE ERROR: line 68: Uncaught (in promise) 42 4 CONSOLE ERROR: line 68: Uncaught (in promise) 42
5 CONSOLE ERROR: line 73: Uncaught (in promise) 1e+100 5 CONSOLE ERROR: line 73: Uncaught (in promise) 1e+100
6 CONSOLE ERROR: line 78: Uncaught (in promise) foo 6 CONSOLE ERROR: line 78: Uncaught (in promise) foo
7 CONSOLE ERROR: line 83: Uncaught (in promise) #<Object> 7 CONSOLE ERROR: line 83: Uncaught (in promise) #<Object>
8 CONSOLE ERROR: line 88: Uncaught (in promise) undefined 8 CONSOLE ERROR: line 88: Uncaught (in promise) undefined
9 CONSOLE ERROR: line 93: Uncaught (in promise) SecurityError: Failed to register a ServiceWorker: The URL protocol of the current origin ('') is not supported. 9 CONSOLE ERROR: line 93: Uncaught (in promise) SecurityError: Failed to register a ServiceWorker: The URL protocol of the current origin ('') is not supported.
10 Tests that uncaught promise rejections are logged into console. 10 Tests that uncaught promise rejections are logged into console.
11 11
12 console-uncaught-promise.html:23 Uncaught (in promise) Error: err1 12 console-uncaught-promise.html:23 Uncaught (in promise) Error: err1
13 promiseTest1 @ console-uncaught-promise.html:23 13 promiseTest1 @ console-uncaught-promise.html:23
14 timeout @ console-uncaught-promise.html:16 14 timeout @ console-uncaught-promise.html:16
15 console-uncaught-promise.html:44 Uncaught (in promise) Error: err2 15 console-uncaught-promise.html:44 Uncaught (in promise) Error: err2
16 promiseTest2 @ console-uncaught-promise.html:44 16 promiseTest2 @ console-uncaught-promise.html:44
17 timeout @ console-uncaught-promise.html:16 17 timeout @ console-uncaught-promise.html:16
18 console-uncaught-promise.html:62 Uncaught (in promise) DOMException: Failed to e xecute 'removeChild' on 'Node': The node to be removed is not a child of this no de. 18 console-uncaught-promise.html:62 Uncaught (in promise) DOMException: Failed to e xecute 'removeChild' on 'Node': The node to be removed is not a child of this no de.
19 throwDOMException @ console-uncaught-promise.html:62 19 throwDOMException @ console-uncaught-promise.html:62
20 catcher @ console-uncaught-promise.html:54 20 catcher @ console-uncaught-promise.html:54
21 console-uncaught-promise.html:68 Uncaught (in promise) 42 21 console-uncaught-promise.html:68 Uncaught (in promise) 42
22 promiseTest4 @ console-uncaught-promise.html:68 22 promiseTest4 @ console-uncaught-promise.html:68
23 timeout @ console-uncaught-promise.html:16 23 timeout @ console-uncaught-promise.html:16
24 console-uncaught-promise.html:73 Uncaught (in promise) 1e+100 24 console-uncaught-promise.html:73 Uncaught (in promise) 1e+100
25 promiseTest5 @ console-uncaught-promise.html:73 25 promiseTest5 @ console-uncaught-promise.html:73
26 timeout @ console-uncaught-promise.html:16 26 timeout @ console-uncaught-promise.html:16
27 console-uncaught-promise.html:78 Uncaught (in promise) foo 27 console-uncaught-promise.html:78 Uncaught (in promise) foo
28 promiseTest6 @ console-uncaught-promise.html:78 28 promiseTest6 @ console-uncaught-promise.html:78
29 timeout @ console-uncaught-promise.html:16 29 timeout @ console-uncaught-promise.html:16
30 console-uncaught-promise.html:83 Uncaught (in promise) Object 30 console-uncaught-promise.html:83 Uncaught (in promise) Object {foo: 42}
31 foo: 42 31 foo: 42
32 __proto__: Object 32 __proto__: Object
33 promiseTest7 @ console-uncaught-promise.html:83 33 promiseTest7 @ console-uncaught-promise.html:83
34 timeout @ console-uncaught-promise.html:16 34 timeout @ console-uncaught-promise.html:16
35 console-uncaught-promise.html:88 Uncaught (in promise) undefined 35 console-uncaught-promise.html:88 Uncaught (in promise) undefined
36 promiseTest8 @ console-uncaught-promise.html:88 36 promiseTest8 @ console-uncaught-promise.html:88
37 timeout @ console-uncaught-promise.html:16 37 timeout @ console-uncaught-promise.html:16
38 console-uncaught-promise.html:93 Uncaught (in promise) DOMException: Failed to r egister a ServiceWorker: The URL protocol of the current origin ('file://') is n ot supported. 38 console-uncaught-promise.html:93 Uncaught (in promise) DOMException: Failed to r egister a ServiceWorker: The URL protocol of the current origin ('file://') is n ot supported.
39 promiseTest9 @ console-uncaught-promise.html:93 39 promiseTest9 @ console-uncaught-promise.html:93
40 timeout @ console-uncaught-promise.html:16 40 timeout @ console-uncaught-promise.html:16
41 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698