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

Unified Diff: LayoutTests/svg/dynamic-updates/script-tests/SVGFEMorphologyElement-svgdom-radius-call.js

Issue 421823002: Remove SVGFEMorphologyElement.setRadius(radiusX, radiusY) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix test Created 6 years, 5 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 | « no previous file | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dynamic-updates/script-tests/SVGFEMorphologyElement-svgdom-radius-call.js
diff --git a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEMorphologyElement-svgdom-radius-call.js b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEMorphologyElement-svgdom-radius-call.js
index 8ee75f0171e859bce683e0ed1d63ead6a975b373..fb034753afa884ae774ff56d5033535b9a8dec84 100644
--- a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEMorphologyElement-svgdom-radius-call.js
+++ b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEMorphologyElement-svgdom-radius-call.js
@@ -41,7 +41,7 @@ shouldBe("morphologyElement.radiusX.baseVal", "6");
shouldBe("morphologyElement.radiusY.baseVal", "6");
function repaintTest() {
- morphologyElement.setRadius(4, 4);
+ morphologyElement.setAttribute("radius", "4,4");
shouldBe("morphologyElement.radiusX.baseVal", "4");
shouldBe("morphologyElement.radiusY.baseVal", "4");
}
« no previous file with comments | « no previous file | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698