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

Unified Diff: LayoutTests/inspector/elements/highlight-svg-root.html

Issue 257873002: DevTools: do not use internals for highlight testing, use protocol instead. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/highlight-svg-root.html
diff --git a/LayoutTests/inspector/elements/highlight-svg-root.html b/LayoutTests/inspector/elements/highlight-svg-root.html
index 0f1ae4865b54eff4ae8c39898b8c9f9867afa58a..ed5365df6c80617270e91d0f4b70b9054e37ef4c 100644
--- a/LayoutTests/inspector/elements/highlight-svg-root.html
+++ b/LayoutTests/inspector/elements/highlight-svg-root.html
@@ -24,7 +24,7 @@ function test()
{
function nodeSelected(node)
{
- RuntimeAgent.evaluate("dumpInspectorHighlightRects()", InspectorTest.completeTest);
+ InspectorTest.dumpInspectorHighlight(node, InspectorTest.completeTest.bind(InspectorTest));
}
InspectorTest.selectNodeWithId("svg-root", nodeSelected);

Powered by Google App Engine
This is Rietveld 408576698