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

Unified Diff: LayoutTests/inspector/elements/highlight-svg-root-zoomed.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
« no previous file with comments | « LayoutTests/inspector/elements/highlight-svg-root.html ('k') | Source/core/inspector/InspectorController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/elements/highlight-svg-root-zoomed.html
diff --git a/LayoutTests/inspector/elements/highlight-svg-root-zoomed.html b/LayoutTests/inspector/elements/highlight-svg-root-zoomed.html
index c5e3e8775d69deb2cd6e7e4bc252206bcad269bf..21cc378a77577307550638489516930b6e672e47 100644
--- a/LayoutTests/inspector/elements/highlight-svg-root-zoomed.html
+++ b/LayoutTests/inspector/elements/highlight-svg-root-zoomed.html
@@ -32,7 +32,7 @@ function test()
{
function nodeSelected(node)
{
- RuntimeAgent.evaluate("dumpInspectorHighlightRects()", InspectorTest.completeTest);
+ InspectorTest.dumpInspectorHighlight(node, InspectorTest.completeTest.bind(InspectorTest));
}
InspectorTest.selectNodeWithId("svg-root", nodeSelected);
« no previous file with comments | « LayoutTests/inspector/elements/highlight-svg-root.html ('k') | Source/core/inspector/InspectorController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698