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

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: Created 6 years, 2 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
(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 14: Error message without stacks http://www.chromium.org/
5 CONSOLE MESSAGE: line 16: Error valid stack #1
6 at function_name(foo.js:30:1)
7 at boo.js:40:70
8 CONSOLE MESSAGE: line 17: 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 18: Error valid stack #3
12 at http://www.chromium.org/foo.js:40
13 CONSOLE MESSAGE: line 19: Error valid stack #4
14 at function_name (some.js:30)
15 CONSOLE MESSAGE: line 20: Error valid
16 stack #5
17 at function_name (some.js:30)
18 CONSOLE MESSAGE: line 21: 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 23: Error broken stack
23 at function_name(rooo.js foo.js:30:1)
24 at boo.js:40:70
25 CONSOLE MESSAGE: line 24: Error broken stack #2
26 at function_name(some.js:20:30
27 CONSOLE MESSAGE: line 25: Error broken stack #3
28 at function_name(some:20.js:30 bla
29 CONSOLE MESSAGE: line 26: Error broken stack #4
30 at function_name)some.js:20:30(
31 CONSOLE MESSAGE: line 27: Error broken stack #5
32 at function_name some.js:20:30)
33 CONSOLE MESSAGE: line 28: Error broken stack #6
34 at foo.js boo.js:40:70
35 Test that console.log(new Error().stack) would linkify all links even relative o nes. Bug 424001.
36
37 console-log-linkify-stack-in-errors.html:9 Error: line
38 break
39 at forStack (console-log-linkify-stack-in-errors.html:9)
40 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
41 console-log-linkify-stack-in-errors.html:14 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
42 console-log-linkify-stack-in-errors.html:16 Error valid stack #1
43 at function_name(foo.js:30)
44 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
45 console-log-linkify-stack-in-errors.html:17 Error valid stack #2
46 at www.chromium.org/boo.js:40:70
47 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
48 console-log-linkify-stack-in-errors.html:18 Error valid stack #3
49 at www.chromium.org/foo.js:40 console-message-text source-code > console-mes sage-url webkit-html-resource-link > webkit-html-external-link
50 console-log-linkify-stack-in-errors.html:19 Error valid stack #4
51 at function_name (some.js:30) console-message-text source-code > console-mes sage-url webkit-html-resource-link > webkit-html-external-link
52 console-log-linkify-stack-in-errors.html:20 Error valid
53 stack #5
54 at function_name (some.js:30) console-message-text source-code > console-mes sage-url webkit-html-resource-link > webkit-html-external-link
55 console-log-linkify-stack-in-errors.html:21 Error valid stack #6
56 at function_name(foo.js:30)
57 at boo.js:40:70
58 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
59 console-log-linkify-stack-in-errors.html:23 Error broken stack
60 at function_name(rooo.js foo.js:30:1)
61 at boo.js:40:70 console-message-text source-code > console-message-url webkit-h tml-resource-link
62 console-log-linkify-stack-in-errors.html:24 Error broken stack #2
63 at function_name(some.js:20:30 console-message-text source-code > console-me ssage-url webkit-html-resource-link
64 console-log-linkify-stack-in-errors.html:25 Error broken stack #3
65 at function_name(some:20.js:30 bla console-message-text source-code > cons ole-message-url webkit-html-resource-link
66 console-log-linkify-stack-in-errors.html:26 Error broken stack #4
67 at function_name)some.js:20:30( console-message-text source-code > console-m essage-url webkit-html-resource-link
68 console-log-linkify-stack-in-errors.html:27 Error broken stack #5
69 at function_name some.js:20:30) console-message-text source-code > console-m essage-url webkit-html-resource-link
70 console-log-linkify-stack-in-errors.html:28 Error broken stack #6
71 at foo.js boo.js:40:70 console-message-text source-code > console-message-ur l webkit-html-resource-link
72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698