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

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

Issue 1963753003: DevTools: default all console object previews to lossy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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.
(...skipping 10 matching lines...) Expand all
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 {foo: 42} 30 console-uncaught-promise.html:83 Uncaught (in promise) Object {foo: 42}
31 foo: 42
32 __proto__: Object
31 promiseTest7 @ console-uncaught-promise.html:83 33 promiseTest7 @ console-uncaught-promise.html:83
32 timeout @ console-uncaught-promise.html:16 34 timeout @ console-uncaught-promise.html:16
33 console-uncaught-promise.html:88 Uncaught (in promise) undefined 35 console-uncaught-promise.html:88 Uncaught (in promise) undefined
34 promiseTest8 @ console-uncaught-promise.html:88 36 promiseTest8 @ console-uncaught-promise.html:88
35 timeout @ console-uncaught-promise.html:16 37 timeout @ console-uncaught-promise.html:16
36 console-uncaught-promise.html:93 Uncaught (in promise) DOMException: Failed to register a ServiceWorker: The URL protocol of the current origin ('file://') is not supported. 38 console-uncaught-promise.html:93 Uncaught (in promise) DOMException: Failed to register a ServiceWorker: The URL protocol of the current origin ('file://') is not supported.
37 promiseTest9 @ console-uncaught-promise.html:93 39 promiseTest9 @ console-uncaught-promise.html:93
38 timeout @ console-uncaught-promise.html:16 40 timeout @ console-uncaught-promise.html:16
39 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698