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

Unified Diff: LayoutTests/inspector/elements/move-node.html

Issue 83123002: DevTools: Move DOMNode.appropriateSelectorFor() into DOMPresentationUtil. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/move-node.html
diff --git a/LayoutTests/inspector/elements/move-node.html b/LayoutTests/inspector/elements/move-node.html
index 0d35ee07153a5b5ea8c59773b51c72395d62071c..85965e3e02fcf44a12d5222faaad66538397541a 100644
--- a/LayoutTests/inspector/elements/move-node.html
+++ b/LayoutTests/inspector/elements/move-node.html
@@ -31,7 +31,7 @@ function test()
{
InspectorTest.addResult("===== Moved child2 =====");
InspectorTest.dumpElementsTree(containerNode);
- InspectorTest.addResult("Selection: " + treeOutline.selectedDOMNode().appropriateSelectorFor());
+ InspectorTest.addResult("Selection: " + WebInspector.DOMPresentationUtils.appropriateSelectorFor(treeOutline.selectedDOMNode()));
next();
}
« no previous file with comments | « LayoutTests/http/tests/inspector/layers-test.js ('k') | LayoutTests/inspector/layer-compositing-reasons.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698