1 Test that if a profiler is working all the agents are disabled.
3 --> WebInspector.targetManager.suspendAllTargets();
4 frontend: {"id":<number>,"method":"Debugger.disable"}
5 frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"maxDepth":0}}
6 frontend: {"id":<number>,"method":"DOM.disable"}
7 frontend: {"id":<number>,"method":"CSS.disable"}
8 frontend: {"id":<number>,"method":"Worker.setAutoconnectToWorkers","params":{"value":false}}
10 --> WebInspector.targetManager.resumeAllTargets();
11 frontend: {"id":<number>,"method":"Debugger.enable"}
12 frontend: {"id":<number>,"method":"Page.setOverlayMessage"}
13 frontend: {"id":<number>,"method":"Debugger.setPauseOnExceptions","params":{"state":"none"}}
14 frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"maxDepth":4}}
15 frontend: {"id":<number>,"method":"DOM.enable"}
16 frontend: {"id":<number>,"method":"CSS.enable"}
17 frontend: {"id":<number>,"method":"Worker.setAutoconnectToWorkers","params":{"value":true}}