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

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

Issue 2327983002: [DevTools] Migrate StylesSidebarPane to TreeOutlineInShadow. (Closed)
Patch Set: filtering, tests Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-value-inside-property.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/elements-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js
index 3c30825719025700bfe2229a919a80d387361db5..dd614cb20b3c3006b220eb193dec39fe61cea16e 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js
@@ -374,7 +374,7 @@ function printStyleSection(section, omitLonghands, includeSelectorGroupMarks)
{
if (!section)
return;
- InspectorTest.addResult("[expanded] " + (section.element.classList.contains("no-affect") ? "[no-affect] " : ""));
+ InspectorTest.addResult("[expanded] " + (section.propertiesTreeOutline.element.classList.contains("no-affect") ? "[no-affect] " : ""));
var medias = section._titleElement.querySelectorAll(".media-list .media");
for (var i = 0; i < medias.length; ++i) {
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/elements/styles-1/edit-value-inside-property.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698