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

Unified Diff: LayoutTests/inspector/elements/breadcrumb-shadow-roots.html

Issue 177653004: DevTools: Get rid of redundant default selection during inspectElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase on master Created 6 years, 10 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/elements/breadcrumb-shadow-roots.html
diff --git a/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html b/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html
index 508cf1f30c36d0d24e9bcc32345f7031035a026c..e5beff1e0bf25ccdc11b64eec2e32d0dcc5d6f00 100644
--- a/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html
+++ b/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html
@@ -41,8 +41,7 @@ function test()
InspectorTest.findNode(matchFunction, callback);
function callback(node)
{
- if (node)
- WebInspector._updateFocusedNode(node.id);
+ WebInspector.Revealer.reveal(node);
next(node);
}
}
« no previous file with comments | « LayoutTests/http/tests/inspector/elements-test.js ('k') | LayoutTests/inspector/elements/edit-dom-actions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698