Initialize Tizen 2.3
[framework/web/webkit-efl.git] / LayoutTests / inspector / report-API-errors-expected.txt
1 Tests that InspectorBackendStub is catching incorrect arguments.
2
3 Protocol Error: Invalid type of argument 'enabled' for method 'Console.setMonitoringXHREnabled' call. It must be 'boolean' but it is 'number'.
4 Protocol Error: Invalid number of arguments for method 'Console.setMonitoringXHREnabled' call. It must have the following arguments '[{"name":"enabled","type":"boolean","optional":false}]'.
5 Protocol Error: Optional callback argument for method 'Console.setMonitoringXHREnabled' call must be a function but its type is 'string'.
6 Protocol Error: the message is for non-existing domain 'wrongDomain'
7 Protocol Error: Attempted to dispatch an unimplemented method 'Inspector.something-strange'
8