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

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

Issue 2453673002: [DevTools] Scope common protocol infrastructure under Protocol namespace in a separate module. (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698