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

Side by Side Diff: LayoutTests/inspector/console/console-log-linkify-stack-in-errors-expected.txt

Issue 674513002: DevTools: linkify relative links in console.log(new Error().stack) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address vsevik's comments Created 6 years, 1 month 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
(Empty)
1 CONSOLE MESSAGE: line 9: Error: line
2 break
3 at forStack (console-log-linkify-stack-in-errors.html:12:1
4 CONSOLE MESSAGE: line 22: Error message without stacks http://www.chromium.org/
5 CONSOLE MESSAGE: line 24: Error valid stack #1
6 at function_name(foo.js:30:1)
7 at boo.js:40:70
8 CONSOLE MESSAGE: line 25: Error valid stack #2
9 at http://www.chromium.org/boo.js:40:70
10 at foo(http://www.chromium.org/foo.js:10:50)
11 CONSOLE MESSAGE: line 26: Error valid stack #3
12 at http://www.chromium.org/foo.js:40
13 CONSOLE MESSAGE: line 27: Error valid stack #4
14 at function_name (some.js:30)
15 CONSOLE MESSAGE: line 28: Error valid
16 stack #5
17 at function_name (some.js:30)
18 CONSOLE MESSAGE: line 29: Error valid stack #6
19 at function_name(foo.js:30:1)
20 at boo.js:40:70
21 at another_function(foo.js:50:500)
22 CONSOLE MESSAGE: line 16: ReferenceError: valid stack
23 at stack2 (console-log-linkify-stack-in-errors.html:31:8
24 CONSOLE MESSAGE: line 16: EvalError: valid stack
25 at stack2 (console-log-linkify-stack-in-errors.html:32:8
26 CONSOLE MESSAGE: line 16: SyntaxError: valid stack
27 at stack2 (console-log-linkify-stack-in-errors.html:33:8
28 CONSOLE MESSAGE: line 16: RangeError: valid stack
29 at stack2 (console-log-linkify-stack-in-errors.html:34:8
30 CONSOLE MESSAGE: line 16: TypeError: valid stack
31 at stack2 (console-log-linkify-stack-in-errors.html:35:8
32 CONSOLE MESSAGE: line 16: URIError: valid stack
33 at stack2 (console-log-linkify-stack-in-errors.html:36:8
34 CONSOLE MESSAGE: line 39: Error broken stack
35 at function_name(rooo.js foo.js:30:1)
36 at boo.js:40:70
37 CONSOLE MESSAGE: line 40: Error broken stack #2
38 at function_name(some.js:20:30
39 CONSOLE MESSAGE: line 41: Error broken stack #3
40 at function_name(some:20.js:30 bla
41 CONSOLE MESSAGE: line 42: Error broken stack #4
42 at function_name)some.js:20:30(
43 CONSOLE MESSAGE: line 43: Error broken stack #5
44 at function_name some.js:20:30)
45 CONSOLE MESSAGE: line 44: Error broken stack #6
46 at foo.js boo.js:40:70
47 CONSOLE MESSAGE: line 46: Error: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
48 at Object.InjectedScript._evaluateOn (<anonymous>:732:137)
49 at Object.InjectedScript._evaluateAndWrap (<anonymous>:665:34)
50 at Object.InjectedScript.evaluate (<anonymous>:579:21)
51 Test that console.log(new Error().stack) would linkify all links even relative o nes. Bug 424001.
52
53 console-log-linkify-stack-in-errors.html:9 Error: line
54 break
55 at forStack (console-log-linkify-stack-in-errors.html:9)
56 at console-log-linkify-stack-in-errors.html:12 console-message-text source-c ode > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
57 console-log-linkify-stack-in-errors.html:22 Error message without stacks www.chr omium.org/ console-message-text source-code > console-message-url webkit-html-re source-link > webkit-html-external-link
58 console-log-linkify-stack-in-errors.html:24 Error valid stack #1
59 at function_name(foo.js:30)
60 at boo.js:40:70 console-message-text source-code > console-message-url webki t-html-resource-link > webkit-html-external-link > webkit-html-external-link
61 console-log-linkify-stack-in-errors.html:25 Error valid stack #2
62 at www.chromium.org/boo.js:40:70
63 at foo(www.chromium.org/foo.js:10:50) console-message-text source-code > con sole-message-url webkit-html-resource-link > webkit-html-external-link > webkit- html-external-link
64 console-log-linkify-stack-in-errors.html:26 Error valid stack #3
65 at www.chromium.org/foo.js:40 console-message-text source-code > console-mes sage-url webkit-html-resource-link > webkit-html-external-link
66 console-log-linkify-stack-in-errors.html:27 Error valid stack #4
67 at function_name (some.js:30) console-message-text source-code > console-mes sage-url webkit-html-resource-link > webkit-html-external-link
68 console-log-linkify-stack-in-errors.html:28 Error valid
69 stack #5
70 at function_name (some.js:30) console-message-text source-code > console-mes sage-url webkit-html-resource-link > webkit-html-external-link
71 console-log-linkify-stack-in-errors.html:29 Error valid stack #6
72 at function_name(foo.js:30)
73 at boo.js:40:70
74 at another_function(foo.js:50:500) console-message-text source-code > consol e-message-url webkit-html-resource-link > webkit-html-external-link > webkit-htm l-external-link > webkit-html-external-link
75 console-log-linkify-stack-in-errors.html:16 ReferenceError: valid stack
76 at stack2 (console-log-linkify-stack-in-errors.html:16)
77 at stack1 (console-log-linkify-stack-in-errors.html:18)
78 at console-log-linkify-stack-in-errors.html:31 console-message-text source-c ode > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
79 console-log-linkify-stack-in-errors.html:16 EvalError: valid stack
80 at stack2 (console-log-linkify-stack-in-errors.html:16)
81 at stack1 (console-log-linkify-stack-in-errors.html:18)
82 at console-log-linkify-stack-in-errors.html:32 console-message-text source-c ode > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
83 console-log-linkify-stack-in-errors.html:16 SyntaxError: valid stack
84 at stack2 (console-log-linkify-stack-in-errors.html:16)
85 at stack1 (console-log-linkify-stack-in-errors.html:18)
86 at console-log-linkify-stack-in-errors.html:33 console-message-text source-c ode > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
87 console-log-linkify-stack-in-errors.html:16 RangeError: valid stack
88 at stack2 (console-log-linkify-stack-in-errors.html:16)
89 at stack1 (console-log-linkify-stack-in-errors.html:18)
90 at console-log-linkify-stack-in-errors.html:34 console-message-text source-c ode > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
91 console-log-linkify-stack-in-errors.html:16 TypeError: valid stack
92 at stack2 (console-log-linkify-stack-in-errors.html:16)
93 at stack1 (console-log-linkify-stack-in-errors.html:18)
94 at console-log-linkify-stack-in-errors.html:35 console-message-text source-c ode > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
95 console-log-linkify-stack-in-errors.html:16 URIError: valid stack
96 at stack2 (console-log-linkify-stack-in-errors.html:16)
97 at stack1 (console-log-linkify-stack-in-errors.html:18)
98 at console-log-linkify-stack-in-errors.html:36 console-message-text source-c ode > console-message-url webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link > webkit-html-resource-link
99 console-log-linkify-stack-in-errors.html:39 Error broken stack
100 at function_name(rooo.js foo.js:30:1)
101 at boo.js:40:70 console-message-text source-code > console-message-url webkit-h tml-resource-link
102 console-log-linkify-stack-in-errors.html:40 Error broken stack #2
103 at function_name(some.js:20:30 console-message-text source-code > console-me ssage-url webkit-html-resource-link
104 console-log-linkify-stack-in-errors.html:41 Error broken stack #3
105 at function_name(some:20.js:30 bla console-message-text source-code > cons ole-message-url webkit-html-resource-link
106 console-log-linkify-stack-in-errors.html:42 Error broken stack #4
107 at function_name)some.js:20:30( console-message-text source-code > console-m essage-url webkit-html-resource-link
108 console-log-linkify-stack-in-errors.html:43 Error broken stack #5
109 at function_name some.js:20:30) console-message-text source-code > console-m essage-url webkit-html-resource-link
110 console-log-linkify-stack-in-errors.html:44 Error broken stack #6
111 at foo.js boo.js:40:70 console-message-text source-code > console-message-ur l webkit-html-resource-link
112 console-log-linkify-stack-in-errors.html:46 Error: Failed to execute 'removeChil d' on 'Node': The node to be removed is not a child of this node.
113 at Object.InjectedScript._evaluateOn (<anonymous>:732:137)
114 at Object.InjectedScript._evaluateAndWrap (<anonymous>:665:34)
115 at Object.InjectedScript.evaluate (<anonymous>:579:21) console-message-text sour ce-code > console-message-url webkit-html-resource-link
116
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698