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

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

Issue 662603002: [DevTools] Adjust svg elements highlight to the root FrameView origin. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed review comments Created 6 years, 2 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 ed5365df6c80617270e91d0f4b70b9054e37ef4c..69b85dc9a07bd3e10a4821ea7260d2818a8bd1d5 100644
--- a/LayoutTests/inspector/elements/highlight-svg-root.html
+++ b/LayoutTests/inspector/elements/highlight-svg-root.html
@@ -22,12 +22,7 @@ body {
function test()
{
- function nodeSelected(node)
- {
- InspectorTest.dumpInspectorHighlight(node, InspectorTest.completeTest.bind(InspectorTest));
- }
-
- InspectorTest.selectNodeWithId("svg-root", nodeSelected);
+ InspectorTest.dumpInspectorHighlightJSON("svg-root", InspectorTest.completeTest.bind(InspectorTest));
}
</script>

Powered by Google App Engine
This is Rietveld 408576698