Chromium Code Reviews

Unified Diff: LayoutTests/svg/animations/script-tests/svglength-animation-invalid-value-3.js

Issue 319883002: Revert "[SVG2] Allow leading and trailing whitespace in svg attributes using" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/svg/animations/script-tests/svglength-animation-invalid-value-3.js
diff --git a/LayoutTests/svg/animations/script-tests/svglength-animation-invalid-value-3.js b/LayoutTests/svg/animations/script-tests/svglength-animation-invalid-value-3.js
index cd20f6934879a905af6944c3d477f67e1c56c7b9..1a7be2bb392a58082e699961e9cf2c765cda615c 100644
--- a/LayoutTests/svg/animations/script-tests/svglength-animation-invalid-value-3.js
+++ b/LayoutTests/svg/animations/script-tests/svglength-animation-invalid-value-3.js
@@ -15,8 +15,8 @@ animate.setAttribute("id", "animation");
animate.setAttribute("attributeName", "width");
animate.setAttribute("begin", "click");
animate.setAttribute("dur", "4s");
-animate.setAttribute("from", "100px ERROR");
-animate.setAttribute("to", "200px ERROR");
+animate.setAttribute("from", "100px ");
+animate.setAttribute("to", "200px ");
rect.appendChild(animate);
rootSVGElement.appendChild(rect);

Powered by Google App Engine