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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/appcache/appcache-test.js

Issue 1924153002: DevTools: reorder items in the resources panel sidebar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/appcache/appcache-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/appcache/appcache-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/appcache/appcache-test.js
index 461552b86e98db730bda09dd601c285ec6bb20a4..0695440ee02f13088755483d84874289062313d0 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/appcache/appcache-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/appcache/appcache-test.js
@@ -95,7 +95,7 @@ InspectorTest.dumpApplicationCacheTree = function()
}
for (var j = 0; j < manifestTreeElement.childCount(); ++j) {
var frameTreeElement = manifestTreeElement.childAt(j);
- InspectorTest.addResult(" Frame: " + frameTreeElement.displayName);
+ InspectorTest.addResult(" Frame: " + frameTreeElement.title);
}
}
}

Powered by Google App Engine
This is Rietveld 408576698