| Index: LayoutTests/inspector-protocol/cpu-profiler/enable-disable-expected.txt
|
| diff --git a/LayoutTests/inspector-protocol/cpu-profiler/enable-disable-expected.txt b/LayoutTests/inspector-protocol/cpu-profiler/enable-disable-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a160ead9f9a7263d09005164cedeb217311b311e
|
| --- /dev/null
|
| +++ b/LayoutTests/inspector-protocol/cpu-profiler/enable-disable-expected.txt
|
| @@ -0,0 +1,10 @@
|
| +Test that profiling can only be started when Profiler was enabled and that Profiler.disable command will stop stop recording all profiles.
|
| +
|
| +PASS: didFailToStartWhenDisabled
|
| +PASS: didStartFrontendProfile
|
| +PASS: console initiated profile started
|
| +PASS: didStartConsoleProfile
|
| +PASS: didDisableProfiler
|
| +PASS: no front-end initiated profiles found
|
| +PASS: didStopConsoleProfile
|
| +
|
|
|