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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-log-handle-navigate-expected.txt

Issue 2318853002: [DevTools] Handle navigation in console.log (Closed)
Patch Set: addressed comments Created 4 years, 3 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
(Empty)
1 CONSOLE MESSAGE: line 10: 42
2 CONSOLE MESSAGE: line 13:
3 CONSOLE MESSAGE: line 20: undefined
4 CONSOLE MESSAGE: line 27: 42
5 This tests how navigation is handled from inside debugger code (console.log).
6 {
7 error : {
8 code : -32000
9 message : Cannot find context with specified id
10 }
11 id : 2
dgozman 2016/09/07 23:52:14 Do not dump ids.
kozy 2016/09/10 00:20:12 Done.
12 }
13 {
14 error : {
15 code : -32000
16 message : Cannot find context with specified id
17 }
18 id : 5
19 }
20 {
21 error : {
22 code : -32000
23 message : Cannot find context with specified id
24 }
25 id : 8
26 }
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698