1 Tests that InspectorBackendDispatcher is catching incorrect messages.
6 message : "Parse error."
8 0 : "Message should be in JSON format."
16 message : "Invalid Request."
18 0 : "Invalid message format. 'id' property was not found in the request."
26 message : "Invalid Request."
28 0 : "Invalid message format. The type of 'id' property should be number."
36 message : "Invalid Request."
38 0 : "Invalid message format. The type of 'method' property should be string."
46 message : "Method not found."
48 0 : "Invalid method name was received. 'resourceContent' wasn't found."
56 message : "Method not found."
58 0 : "Invalid method name was received. 'DOM.test' wasn't found."
66 message : "Invalid params."
68 0 : "'params' property with type 'object' was not found."
76 message : "Invalid params."
78 0 : "'params' property with type 'object' was not found."
86 message : "Invalid params."
88 0 : "Parameter 'frameId' with type 'String' was not found."
89 1 : "Parameter 'url' with type 'String' was not found."
97 message : "Invalid params."
99 0 : "Parameter 'url' with type 'String' was not found."