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

Unified Diff: LayoutTests/inspector/file-path-scoring.html

Issue 23484056: [DevTools] Renaming Scripts panel to Sources panel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modified missed files Created 7 years, 3 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: LayoutTests/inspector/file-path-scoring.html
diff --git a/LayoutTests/inspector/file-path-scoring.html b/LayoutTests/inspector/file-path-scoring.html
index 04a9c7dbd8c17781cf91e12f80d316efa1b72648..fdf480b2a96f0726bb827bc1b57f7cef4549145f 100644
--- a/LayoutTests/inspector/file-path-scoring.html
+++ b/LayoutTests/inspector/file-path-scoring.html
@@ -20,7 +20,7 @@ function test()
["adscon", "./Source/devtools/front_end/AdvancedSearchController.js"]
];
- WebInspector.showPanel("scripts");
+ WebInspector.showPanel("sources");
InspectorTest.evaluateInPage("blinkFilePaths()", step1);
InspectorTest.addResult("Expected score must be equal to the actual score");

Powered by Google App Engine
This is Rietveld 408576698