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/http/tests/inspector/inspect-element.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
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/layers-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/inspect-element.html
diff --git a/LayoutTests/http/tests/inspector/inspect-element.html b/LayoutTests/http/tests/inspector/inspect-element.html
index 1cc982999cd0c4cee4333e2bd0610301b560549b..8487ca5611186bdbc64c4931df7a8824552abe32 100644
--- a/LayoutTests/http/tests/inspector/inspect-element.html
+++ b/LayoutTests/http/tests/inspector/inspect-element.html
@@ -14,7 +14,7 @@ function test()
if (!node)
return;
if (node.getAttribute("id") == "div") {
- InspectorTest.addResult(node.appropriateSelectorFor());
+ InspectorTest.addResult(WebInspector.DOMPresentationUtils.appropriateSelectorFor(node));
InspectorTest.completeTest();
}
}
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/layers-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698