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

Unified Diff: third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilityNodeView.js

Issue 2058323002: Add ARIA panel to accessibility sidebar pane (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Preliminary cleanup Created 4 years, 5 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/Source/devtools/front_end/accessibility/AccessibilityNodeView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilityNodeView.js b/third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilityNodeView.js
index 51c4d8617eaa450637a9b47828d24764e16290d3..b8fb33e0c91074fb55c0d294b3820fe58b2e4414 100644
--- a/third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilityNodeView.js
+++ b/third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilityNodeView.js
@@ -15,6 +15,8 @@ WebInspector.AXNodeSubPane = function()
this._treeOutline = this.createTreeOutline();
this._ignoredReasonsTree = this.createTreeOutline();
+
+ this.element.classList.add("computed");
dgozman 2016/07/18 22:38:20 We use more specific classes to make search easier
aboxhall 2016/07/19 17:20:54 Done.
};

Powered by Google App Engine
This is Rietveld 408576698