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

Unified Diff: third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt

Issue 2463673004: [inspector_protocol] Support fall through. (Closed)
Patch Set: example domain converted Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt b/third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt
index 1ef3e70cba1c3c3d8f53321c5928f39b06a58007..24345cb0558a6b5edf048f636664457dbfb93aa9 100644
--- a/third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt
@@ -52,7 +52,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
error : {
code : -32602
data : "frameId: string value expected; url: string value expected"
- message : "Invalid request"
+ message : "Invalid parameters"
}
id : 4
}
@@ -61,7 +61,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
error : {
code : -32602
data : "frameId: string value expected; url: string value expected"
- message : "Invalid request"
+ message : "Invalid parameters"
}
id : 5
}
@@ -70,7 +70,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
error : {
code : -32602
data : "frameId: string value expected; url: string value expected"
- message : "Invalid request"
+ message : "Invalid parameters"
}
id : 6
}
@@ -79,7 +79,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
error : {
code : -32602
data : "url: string value expected"
- message : "Invalid request"
+ message : "Invalid parameters"
}
id : 7
}

Powered by Google App Engine
This is Rietveld 408576698