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

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

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 3 months 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 CONSOLE ERROR: line 4563: Uncaught (in promise) Error: Protocol Error: Invalid t ype of argument 'enabled' for method 'Network.setMonitoringXHREnabled' call. It must be 'boolean' but it is 'number'.
2 CONSOLE ERROR: line 4563: Uncaught (in promise) Error: Protocol Error: Invalid n umber of arguments for method 'Network.setMonitoringXHREnabled' call. It must ha ve the following arguments '[{"name":"enabled","type":"boolean","optional":false }]'.
3 CONSOLE ERROR: line 4563: Uncaught (in promise) Error: Protocol Error: Optional callback argument for method 'Network.setMonitoringXHREnabled' call must be a fu nction but its type is 'string'.
1 Tests that InspectorBackendStub is catching incorrect arguments. 4 Tests that InspectorBackendStub is catching incorrect arguments.
2 5
3 Protocol Error: Invalid type of argument 'enabled' for method 'Network.setMonito ringXHREnabled' call. It must be 'boolean' but it is 'number'. 6 Protocol Error: Invalid type of argument 'enabled' for method 'Network.setMonito ringXHREnabled' call. It must be 'boolean' but it is 'number'.
4 Protocol Error: Invalid number of arguments for method 'Network.setMonitoringXHR Enabled' call. It must have the following arguments '[{"name":"enabled","type":" boolean","optional":false}]'. 7 Protocol Error: Invalid number of arguments for method 'Network.setMonitoringXHR Enabled' call. It must have the following arguments '[{"name":"enabled","type":" boolean","optional":false}]'.
5 Protocol Error: Optional callback argument for method 'Network.setMonitoringXHRE nabled' call must be a function but its type is 'string'. 8 Protocol Error: Optional callback argument for method 'Network.setMonitoringXHRE nabled' call must be a function but its type is 'string'.
6 Protocol Error: the message wrongDomain.something-strange is for non-existing do main 'wrongDomain': {"method":"wrongDomain.something-strange","params":{}} 9 Protocol Error: the message wrongDomain.something-strange is for non-existing do main 'wrongDomain': {"method":"wrongDomain.something-strange","params":{}}
7 Protocol Error: Attempted to dispatch an unimplemented method 'Inspector.somethi ng-strange': {"method":"Inspector.something-strange","params":{}} 10 Protocol Error: Attempted to dispatch an unimplemented method 'Inspector.somethi ng-strange': {"method":"Inspector.something-strange","params":{}}
8 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698