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

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

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.html
diff --git a/third_party/WebKit/LayoutTests/inspector/report-protocol-errors.html b/third_party/WebKit/LayoutTests/inspector/report-protocol-errors.html
index 46e0ec9840c6347d6fc6a5e624b13e873c244177..5a2ffec35239e8341293b1e7e669e44dc2a20638 100644
--- a/third_party/WebKit/LayoutTests/inspector/report-protocol-errors.html
+++ b/third_party/WebKit/LayoutTests/inspector/report-protocol-errors.html
@@ -12,19 +12,19 @@ function test()
'{"id":1,"method":1}',
'{"id":2,"method":"resourceContent"}',
'{"id":3,"method":"DOM.test"}',
- '{"id":4,"method":"Page.getResourceContent"}',
- '{"id":5,"method":"Page.getResourceContent","params":[]}',
- '{"id":6,"method":"Page.getResourceContent","params":{}}',
- '{"id":7,"method":"Page.getResourceContent","params":{"frameId":"not a number"}}',
- '{"id":8,"method":"Page.test"}',
- '{"id":9,"method":"Page.test" }',
- '{"id":10,"method": "Page.test" }',
- '{"id":11,"method" : "Page.test" }',
- '{"id":12, "method" : "Page.test" }',
- '{"id": 13, "method" : "Page.test" }',
- '{"id" : 14, "method" : "Page.test" }',
- '{ "id" : 15, "method" : "Page.test" }',
- '{ "id"\n :\r 16,\t "method" : "Page.test" }',
+ '{"id":4,"method":"DOM.requestChildNodes"}',
+ '{"id":5,"method":"DOM.requestChildNodes","params":[]}',
+ '{"id":6,"method":"DOM.requestChildNodes","params":{}}',
+ '{"id":7,"method":"DOM.requestChildNodes","params":{"nodeId":"not a number"}}',
+ '{"id":8,"method":"DOM.test"}',
+ '{"id":9,"method":"DOM.test" }',
+ '{"id":10,"method": "DOM.test" }',
+ '{"id":11,"method" : "DOM.test" }',
+ '{"id":12, "method" : "DOM.test" }',
+ '{"id": 13, "method" : "DOM.test" }',
+ '{"id" : 14, "method" : "DOM.test" }',
+ '{ "id" : 15, "method" : "DOM.test" }',
+ '{ "id"\n :\r 16,\t "method" : "DOM.test" }',
];
var numberOfReports = 0;

Powered by Google App Engine
This is Rietveld 408576698