Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / profiler / agents-disabled-check-expected.txt
blob1687354128f7a084cf82cfb5c82653921a8bb3d6
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}}
19 --> done