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

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

Issue 2478703002: [DevTools] Remove handlers = browser from protocol definition. (Closed)
Patch Set: fixes Created 4 years, 1 month 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 24345cb0558a6b5edf048f636664457dbfb93aa9..52388cb690f0fcbd19a3094a1867c206c08114e4 100644
--- a/third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt
@@ -51,7 +51,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
{
error : {
code : -32602
- data : "frameId: string value expected; url: string value expected"
+ data : "nodeId: integer value expected"
message : "Invalid parameters"
}
id : 4
@@ -60,7 +60,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
{
error : {
code : -32602
- data : "frameId: string value expected; url: string value expected"
+ data : "nodeId: integer value expected"
message : "Invalid parameters"
}
id : 5
@@ -69,7 +69,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
{
error : {
code : -32602
- data : "frameId: string value expected; url: string value expected"
+ data : "nodeId: integer value expected"
message : "Invalid parameters"
}
id : 6
@@ -78,7 +78,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
{
error : {
code : -32602
- data : "url: string value expected"
+ data : "nodeId: integer value expected"
message : "Invalid parameters"
}
id : 7
@@ -87,7 +87,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
{
error : {
code : -32601
- message : "'Page.test' wasn't found"
+ message : "'DOM.test' wasn't found"
}
id : 8
}
@@ -95,7 +95,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
{
error : {
code : -32601
- message : "'Page.test' wasn't found"
+ message : "'DOM.test' wasn't found"
}
id : 9
}
@@ -103,7 +103,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
{
error : {
code : -32601
- message : "'Page.test' wasn't found"
+ message : "'DOM.test' wasn't found"
}
id : 10
}
@@ -111,7 +111,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
{
error : {
code : -32601
- message : "'Page.test' wasn't found"
+ message : "'DOM.test' wasn't found"
}
id : 11
}
@@ -119,7 +119,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
{
error : {
code : -32601
- message : "'Page.test' wasn't found"
+ message : "'DOM.test' wasn't found"
}
id : 12
}
@@ -127,7 +127,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
{
error : {
code : -32601
- message : "'Page.test' wasn't found"
+ message : "'DOM.test' wasn't found"
}
id : 13
}
@@ -135,7 +135,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
{
error : {
code : -32601
- message : "'Page.test' wasn't found"
+ message : "'DOM.test' wasn't found"
}
id : 14
}
@@ -143,7 +143,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
{
error : {
code : -32601
- message : "'Page.test' wasn't found"
+ message : "'DOM.test' wasn't found"
}
id : 15
}
@@ -151,7 +151,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
{
error : {
code : -32601
- message : "'Page.test' wasn't found"
+ message : "'DOM.test' wasn't found"
}
id : 16
}

Powered by Google App Engine
This is Rietveld 408576698