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

Unified Diff: LayoutTests/svg/text/selection-doubleclick.svg

Issue 18503004: Have SVGTextContentElement inherit SVGGraphicsElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Really remove SVGLocatable IDL interface Created 7 years, 6 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/svg/text/resources/SelectionTestCase.js ('k') | Source/core/svg/SVGAnimateMotionElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/text/selection-doubleclick.svg
diff --git a/LayoutTests/svg/text/selection-doubleclick.svg b/LayoutTests/svg/text/selection-doubleclick.svg
index f4f046dc6cfe31d3db271e873c1c62f026ac1ab8..5c4a9315d1d3930210ce07ce5ab83d2cb58ade0a 100644
--- a/LayoutTests/svg/text/selection-doubleclick.svg
+++ b/LayoutTests/svg/text/selection-doubleclick.svg
@@ -4,7 +4,7 @@
<script>
var line1 = document.getElementById("line1");
var center = document.rootElement.createSVGPoint();
-var matrix = document.rootElement.getTransformToElement(line1);
+var matrix = line1.getScreenCTM();
var bbox = line1.getBBox();
center.x = bbox.x + bbox.width/2;
« no previous file with comments | « LayoutTests/svg/text/resources/SelectionTestCase.js ('k') | Source/core/svg/SVGAnimateMotionElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698