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

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

Issue 2954093003: [DevTools] Migrate inspector-protocol/runtime tests to new harness (Closed)
Patch Set: fail: Created 3 years, 5 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 MESSAGE: line 10: 42 1 This tests how navigation is handled from inside debugger code (console.log).
2 CONSOLE MESSAGE: line 13: 2 Got new context: true
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 { 3 {
7 error : { 4 error : {
8 code : -32000 5 code : -32000
9 message : Cannot find context with specified id 6 message : Cannot find context with specified id
10 } 7 }
11 id : 0 8 id : <messageId>
12 } 9 }
10 Got new context: true
13 { 11 {
14 error : { 12 error : {
15 code : -32000 13 code : -32000
16 message : Cannot find context with specified id 14 message : Cannot find context with specified id
17 } 15 }
18 id : 0 16 id : <messageId>
19 } 17 }
18 Got new context: true
20 { 19 {
21 error : { 20 error : {
22 code : -32000 21 code : -32000
23 message : Cannot find context with specified id 22 message : Cannot find context with specified id
24 } 23 }
25 id : 0 24 id : <messageId>
26 } 25 }
27 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698