| 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;
|
|
|