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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-merge-editor-tabs.html

Issue 2740053002: DevTools: keep selected tab as persistence binding comes in (Closed)
Patch Set: thoughtful code Created 3 years, 9 months 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
Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-merge-editor-tabs.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-merge-editor-tabs.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-merge-editor-tabs.html
index 1f54abd26bfe7e2e8cb66bdeaa6008d7a97d122b..52ad9a1adf211ec697a0319e330142057365ad8d 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-merge-editor-tabs.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-merge-editor-tabs.html
@@ -44,6 +44,8 @@ function test()
function onFileSystemTab(sourceFrame)
{
fileSystemSourceFrame = sourceFrame;
+ fileSystemSourceFrame.setSelection(new Common.TextRange(1, 0, 2, 5));
+ fileSystemSourceFrame.scrollToLine(1);
dumpSourceFrame(fileSystemSourceFrame);
dumpEditorTabs();
next();

Powered by Google App Engine
This is Rietveld 408576698