| Index: third_party/WebKit/LayoutTests/inspector/tracing/tracing-timeline-load-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/tracing-timeline-load-expected.txt b/third_party/WebKit/LayoutTests/inspector/tracing/tracing-timeline-load-expected.txt
|
| index 9d01dc27811fe98eeedb4c5a63d6cf7c4e3240f4..cf66b45629f517ceb9d7aabd8daf9ffcd115dc95 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/tracing-timeline-load-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/tracing-timeline-load-expected.txt
|
| @@ -2,18 +2,23 @@ Tests tracing based Timeline save/load functionality.
|
|
|
|
|
| Running: testNormal
|
| +TimelineLifecycleDelegate.loadingStarted()
|
| +TimelineLifecycleDelegate.loadingProgress()
|
| +TimelineLifecycleDelegate.loadingComplete(true)
|
| Saved data is equal to restored data: true
|
|
|
| Running: testJSONObjectFormat
|
| +TimelineLifecycleDelegate.loadingStarted()
|
| +TimelineLifecycleDelegate.loadingProgress()
|
| +TimelineLifecycleDelegate.loadingComplete(true)
|
| Saved data is equal to restored data: true
|
|
|
| Running: testBroken
|
| -error: TracingStartedInPage event not found.
|
| +TimelineLifecycleDelegate.loadingStarted()
|
| +TimelineLifecycleDelegate.loadingComplete(true)
|
| Model is empty: true
|
|
|
| Running: testMalformedJSON
|
| -error: TracingStartedInPage event not found.
|
| -error: TracingStartedInPage event not found.
|
| -error: TracingStartedInPage event not found.
|
| +TimelineLifecycleDelegate.loadingComplete(false)
|
| Model is empty: true
|
|
|
|
|