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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-log-handle-navigate-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-log-handle-navigate-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-log-handle-navigate-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1e6b16805104bd595e57c67bff45d80c87bbdf1f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-log-handle-navigate-expected.txt
@@ -0,0 +1,27 @@
+CONSOLE MESSAGE: line 10: 42
+CONSOLE MESSAGE: line 13:
+CONSOLE MESSAGE: line 20: undefined
+CONSOLE MESSAGE: line 27: 42
+This tests how navigation is handled from inside debugger code (console.log).
+{
+ error : {
+ code : -32000
+ message : Cannot find context with specified id
+ }
+ id : 2
dgozman 2016/09/07 23:52:14 Do not dump ids.
kozy 2016/09/10 00:20:12 Done.
+}
+{
+ error : {
+ code : -32000
+ message : Cannot find context with specified id
+ }
+ id : 5
+}
+{
+ error : {
+ code : -32000
+ message : Cannot find context with specified id
+ }
+ id : 8
+}
+

Powered by Google App Engine
This is Rietveld 408576698