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

Unified Diff: LayoutTests/inspector/elements/inspect-deep-shadow-element.html

Issue 75253002: DevTools: [Elements] Implement "Copy CSS Path" context menu item for elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tentatively fix xpath test on Windows bot Created 7 years, 1 month 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/inspect-deep-shadow-element.html
diff --git a/LayoutTests/inspector/elements/inspect-deep-shadow-element.html b/LayoutTests/inspector/elements/inspect-deep-shadow-element.html
index d9e4e928fa473256ece9aa4f3f1b9b0765bcb9a3..5df62a50b0d6282426f7ba9389f0150822ec2a30 100644
--- a/LayoutTests/inspector/elements/inspect-deep-shadow-element.html
+++ b/LayoutTests/inspector/elements/inspect-deep-shadow-element.html
@@ -16,7 +16,7 @@ function test()
if (!node)
return;
if (node.getAttribute("id") == "shadow") {
- InspectorTest.addResult(node.xPath(false));
+ InspectorTest.addResult(WebInspector.DOMPresentationUtils.xPath(node, false));
InspectorTest.completeTest();
}
}
« no previous file with comments | « LayoutTests/inspector/elements/elements-css-path-expected.txt ('k') | LayoutTests/inspector/elements/node-xpath.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698