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

Unified Diff: LayoutTests/inspector/jump-to-previous-editing-location.html

Issue 202043002: DevTools: Use open resource dialog for go to line feature in sources panel. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 6 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
« no previous file with comments | « no previous file | Source/devtools/front_end/FilteredItemSelectionDialog.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/jump-to-previous-editing-location.html
diff --git a/LayoutTests/inspector/jump-to-previous-editing-location.html b/LayoutTests/inspector/jump-to-previous-editing-location.html
index 61790a3a125e3b878af64c4383d537c18811ff07..d11a6fa03c17c811bc8789cbf1d905dba7b37bcc 100644
--- a/LayoutTests/inspector/jump-to-previous-editing-location.html
+++ b/LayoutTests/inspector/jump-to-previous-editing-location.html
@@ -244,7 +244,7 @@ function test()
panel.showUISourceCode(uiSourceCode, jumps[i]);
dumpSelection(panel.visibleView.textEditor, "jump to line " + jumps[i]);
}
- panel.highlightPosition(40, 10);
+ panel.showUISourceCode(uiSourceCode, 40, 10);
dumpSelection(panel.visibleView.textEditor, "highlight line 40");
for (var i = 0; i < jumps.length + 1; ++i) {
rollback();
« no previous file with comments | « no previous file | Source/devtools/front_end/FilteredItemSelectionDialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698