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

Unified 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, 6 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
index 667e4fdb52cb60c2aa91be9340ca66c0d1016cc9..77bb0e04d05240cc7e817a6f2039027bde5ecce7 100644
--- 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
@@ -1,27 +1,26 @@
-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).
+This tests how navigation is handled from inside debugger code (console.log).
+Got new context: true
{
error : {
code : -32000
message : Cannot find context with specified id
}
- id : 0
+ id : <messageId>
}
+Got new context: true
{
error : {
code : -32000
message : Cannot find context with specified id
}
- id : 0
+ id : <messageId>
}
+Got new context: true
{
error : {
code : -32000
message : Cannot find context with specified id
}
- id : 0
+ id : <messageId>
}

Powered by Google App Engine
This is Rietveld 408576698