| OLD | NEW |
| 1 Tests that InspectorBackendDispatcher is catching incorrect messages. | 1 Tests that backend dispatcher is catching incorrect messages. |
| 2 | 2 |
| 3 { | 3 { |
| 4 error : { | 4 error : { |
| 5 code : -32700 | 5 code : -32700 |
| 6 message : "Message must be in JSON format" | 6 message : "Message must be in JSON format" |
| 7 } | 7 } |
| 8 id : null | 8 id : null |
| 9 } | 9 } |
| 10 ------------------------------------------------------- | 10 ------------------------------------------------------- |
| 11 { | 11 { |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 ------------------------------------------------------- | 150 ------------------------------------------------------- |
| 151 { | 151 { |
| 152 error : { | 152 error : { |
| 153 code : -32601 | 153 code : -32601 |
| 154 message : "'Page.test' wasn't found" | 154 message : "'Page.test' wasn't found" |
| 155 } | 155 } |
| 156 id : 16 | 156 id : 16 |
| 157 } | 157 } |
| 158 ------------------------------------------------------- | 158 ------------------------------------------------------- |
| 159 | 159 |
| OLD | NEW |