Index: third_party/WebKit/LayoutTests/svg/animations/script-tests/svgenum-animation-3.js |
diff --git a/third_party/WebKit/LayoutTests/svg/animations/script-tests/svgenum-animation-3.js b/third_party/WebKit/LayoutTests/svg/animations/script-tests/svgenum-animation-3.js |
index a97de8932f614dce0c0624c5118fee74be47ccd9..66dc289cecc46d55ac2190a6d6ab41b41a8f4499 100644 |
--- a/third_party/WebKit/LayoutTests/svg/animations/script-tests/svgenum-animation-3.js |
+++ b/third_party/WebKit/LayoutTests/svg/animations/script-tests/svgenum-animation-3.js |
@@ -1,6 +1,8 @@ |
description("Test SVGLengthAdjustType enumeration animations"); |
createSVGTestCase(); |
+var clickX = 1; |
pdr.
2016/04/08 21:36:29
It looks like this is for SVGAnimationTestCase.js?
fs
2016/04/09 19:32:29
Done.
|
+ |
// Setup test document |
var text = createSVGElement("text"); |
text.setAttribute("id", "text"); |