| 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..5ce34777e6fd58fc8f72f346baab6a8b1b5b8ab4 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,9 @@
|
| description("Test SVGLengthAdjustType enumeration animations");
|
| createSVGTestCase();
|
|
|
| +// Initiate the test by clicking at (1, 50) - the 'S'.
|
| +window.clickX = 1;
|
| +
|
| // Setup test document
|
| var text = createSVGElement("text");
|
| text.setAttribute("id", "text");
|
|
|