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

Unified Diff: LayoutTests/inspector/console/shadow-element.html

Issue 218703002: DevTools: [wip] move Elements panel off WebInspector.domModel and single tree outline. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review comment addressed (and much more) Created 6 years, 9 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/console/shadow-element.html
diff --git a/LayoutTests/inspector/console/shadow-element.html b/LayoutTests/inspector/console/shadow-element.html
index 75a4969d378121c8d3a1703c81de2f565f19c428..25baed961fa96090be6d6c4eca5cc666c905975d 100644
--- a/LayoutTests/inspector/console/shadow-element.html
+++ b/LayoutTests/inspector/console/shadow-element.html
@@ -21,7 +21,7 @@ function test()
function step4(node)
{
- WebInspector.panels.elements.revealAndSelectNode(node.shadowRoots()[0].id);
+ WebInspector.panels.elements.revealAndSelectNode(node.shadowRoots()[0]);
InspectorTest.evaluateInConsoleAndDump("'User agent shadow host: ' + $0.id", step5);
}
« no previous file with comments | « LayoutTests/http/tests/inspector/inspect-element.html ('k') | LayoutTests/inspector/elements/edit-dom-actions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698