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

Unified Diff: third_party/WebKit/LayoutTests/svg/dom/css-transforms.xhtml

Issue 1406303007: Drop SVGGraphicsElement.getTransformToElement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 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: third_party/WebKit/LayoutTests/svg/dom/css-transforms.xhtml
diff --git a/third_party/WebKit/LayoutTests/svg/dom/css-transforms.xhtml b/third_party/WebKit/LayoutTests/svg/dom/css-transforms.xhtml
index 377e1adc44d747b7537b2ab72a2ccfdc33f14df5..fa94baa8382a714175b1d7974e87ef3c0ba537be 100644
--- a/third_party/WebKit/LayoutTests/svg/dom/css-transforms.xhtml
+++ b/third_party/WebKit/LayoutTests/svg/dom/css-transforms.xhtml
@@ -73,13 +73,11 @@
shouldBeEqualToString("dumpMatrix(circle.getCTM())", "[2.0 0.0 0.0 2.0 20.0 20.0]");
shouldBeEqualToString("dumpMatrix(circle.getScreenCTM())", "[2.0 0.0 0.0 2.0 28.0 28.0]");
shouldBeEqualToString("dumpRect(circle.getBBox())", "[0 0 80 80]");
- shouldBeEqualToString("dumpMatrix(circle.getTransformToElement(circle))", "[1.0 0.0 0.0 1.0 0.0 0.0]");
-
+
shouldBeEqualToString("dumpMatrix(rect.getCTM())", "[0.7 0.7 -0.7 0.7 100.0 0.0]");
shouldBeEqualToString("dumpMatrix(rect.getScreenCTM())", "[0.7 0.7 -0.7 0.7 312.0 8.0]");
shouldBeEqualToString("dumpRect(rect.getBBox())", "[40 40 100 100]");
- shouldBeEqualToString("dumpMatrix(rect.getTransformToElement(rect))", "[1.0 0.0 0.0 1.0 0.0 0.0]");
-
+
debug("");
debug("Test CSSMatrix");
shouldBeEqualToString("circle.style.webkitTransform", "scale(2, 2) translate(10px, 10px)");

Powered by Google App Engine
This is Rietveld 408576698