Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-receive-response-event.html

Issue 2593273003: DevTools: Do not reset timeline recoring options on basic/advanced switch. (Closed)
Patch Set: more tests Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/tracing/frame-model-instrumentation.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-receive-response-event.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-receive-response-event.html b/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-receive-response-event.html
index 7ec12516b49d5a1e0b65308f7e9958298c7933d3..8e9df83f1611f02edb6660d59e252cdc6e9926d5 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-receive-response-event.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-receive-response-event.html
@@ -26,8 +26,10 @@ function performActions()
function test()
{
UI.viewManager.showView("timeline");
- UI.panels.timeline._model._currentTarget = SDK.targetManager.mainTarget();
- UI.panels.timeline._captureJSProfileSetting.set(false);
+ const panel = UI.panels.timeline;
+ panel._model._currentTarget = SDK.targetManager.mainTarget();
+ panel._landingPage._tabbedPane.selectTab(Timeline.TimelineLandingPage.PageId.Advanced);
+ panel._captureJSProfileSetting.set(false);
InspectorTest.invokeAsyncWithTimeline("performActions", finish);
function finish()
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/tracing/frame-model-instrumentation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698