Commit b26b460a authored by caseq@chromium.org's avatar caseq@chromium.org

2011-03-11 Andrey Kosyakov <caseq@chromium.org>

        Unreviewied trivial fix. Leave default state of setMonitoringXHREnabled intact so it doesn't affect other tests.

        * inspector/report-API-errors.html:


git-svn-id: svn://svn.chromium.org/blink/trunk@80838 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent d155b7b8
2011-03-11 Andrey Kosyakov <caseq@chromium.org>
Unreviewied trivial fix. Leave default state of setMonitoringXHREnabled intact so it doesn't affect other tests.
* inspector/report-API-errors.html:
2011-03-11 Yury Semikhatsky <yurys@chromium.org>
Reviewed by Pavel Feldman.
......@@ -13,8 +13,7 @@ function test()
ConsoleAgent.setMonitoringXHREnabled(1);
ConsoleAgent.setMonitoringXHREnabled();
ConsoleAgent.setMonitoringXHREnabled(true, "not a function");
ConsoleAgent.setMonitoringXHREnabled(true, undefined);
ConsoleAgent.setMonitoringXHREnabled(false, "not a function");
ConsoleAgent.setMonitoringXHREnabled(false, undefined);
InspectorBackend.dispatch('{"type": "event", "domain": "wrongDomain", "event": "something-strange", "data": {}}');
InspectorBackend.dispatch('{"type": "event", "domain": "Inspector", "event": "something-strange", "data": {}}');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment