| Index: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/report-protocol-errors-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/report-protocol-errors-expected.txt
|
| similarity index 87%
|
| copy from third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt
|
| copy to third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/report-protocol-errors-expected.txt
|
| index 4d582b2bf394eb1fc484996454f5603130649fad..851eeaab2f93ab5131071bb8df776c73c5b2e399 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/report-protocol-errors-expected.txt
|
| +++ b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/report-protocol-errors-expected.txt
|
| @@ -3,28 +3,31 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
|
| {
|
| error : {
|
| code : -32700
|
| - message : "Message must be a valid JSON"
|
| + message : "Message must be in JSON format"
|
| }
|
| + id : null
|
| }
|
| -------------------------------------------------------
|
| {
|
| error : {
|
| code : -32600
|
| - message : "Message must have integer 'id' porperty"
|
| + message : "The type of 'id' property must be number"
|
| }
|
| + id : null
|
| }
|
| -------------------------------------------------------
|
| {
|
| error : {
|
| code : -32600
|
| - message : "Message must have integer 'id' porperty"
|
| + message : "The type of 'id' property must be number"
|
| }
|
| + id : null
|
| }
|
| -------------------------------------------------------
|
| {
|
| error : {
|
| code : -32600
|
| - message : "Message must have string 'method' porperty"
|
| + message : "The type of 'method' property must be string"
|
| }
|
| id : 1
|
| }
|
| @@ -49,7 +52,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
|
| error : {
|
| code : -32602
|
| data : "nodeId: integer value expected"
|
| - message : "Invalid parameters"
|
| + message : "Invalid request"
|
| }
|
| id : 4
|
| }
|
| @@ -58,7 +61,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
|
| error : {
|
| code : -32602
|
| data : "nodeId: integer value expected"
|
| - message : "Invalid parameters"
|
| + message : "Invalid request"
|
| }
|
| id : 5
|
| }
|
| @@ -67,7 +70,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
|
| error : {
|
| code : -32602
|
| data : "nodeId: integer value expected"
|
| - message : "Invalid parameters"
|
| + message : "Invalid request"
|
| }
|
| id : 6
|
| }
|
| @@ -76,7 +79,7 @@ Tests that InspectorBackendDispatcher is catching incorrect messages.
|
| error : {
|
| code : -32602
|
| data : "nodeId: integer value expected"
|
| - message : "Invalid parameters"
|
| + message : "Invalid request"
|
| }
|
| id : 7
|
| }
|
|
|