| Index: third_party/WebKit/LayoutTests/inspector/extensions/extensions-timeline-api-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-timeline-api-expected.txt b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-timeline-api-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7bb476ba3fbadbbba17cc5dbc349f6df1f366b92
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-timeline-api-expected.txt
|
| @@ -0,0 +1,19 @@
|
| +Tests timeline support in WebInspector Extensions API
|
| +
|
| + Started extension.
|
| +Running tests...
|
| +RUNNING TEST: extension_testTimeline
|
| +{
|
| + onRecordingStarted : {
|
| + addListener : <function>
|
| + removeListener : <function>
|
| + }
|
| + onRecordingStopped : {
|
| + addListener : <function>
|
| + removeListener : <function>
|
| + }
|
| +}
|
| +traceProvider.onRecordingStarted fired.
|
| +traceProvider.onRecordingStopped fired.
|
| +All tests done.
|
| +
|
|
|