Index: third_party/WebKit/LayoutTests/svg/animations/script-tests/use-animate-width-and-height.js |
diff --git a/third_party/WebKit/LayoutTests/svg/animations/script-tests/use-animate-width-and-height.js b/third_party/WebKit/LayoutTests/svg/animations/script-tests/use-animate-width-and-height.js |
index bd2f8abb5ee354a064740ae401256aa2b99062e2..946eb0900e6dfac830b3fbe76c9af7c64d416d2f 100644 |
--- a/third_party/WebKit/LayoutTests/svg/animations/script-tests/use-animate-width-and-height.js |
+++ b/third_party/WebKit/LayoutTests/svg/animations/script-tests/use-animate-width-and-height.js |
@@ -12,7 +12,6 @@ rect.setAttribute("y", "10"); |
rect.setAttribute("width", "100%"); |
rect.setAttribute("height", "100%"); |
rect.setAttribute("fill", "green"); |
-rect.setAttribute("onclick", "executeTest()"); |
symbol.appendChild(rect); |
rootSVGElement.appendChild(symbol); |
@@ -23,6 +22,7 @@ use.setAttribute("x", "0"); |
use.setAttribute("y", "0"); |
use.setAttribute("width", "100"); |
use.setAttribute("height", "100"); |
+use.setAttribute("onclick", "executeTest()"); |
rootSVGElement.appendChild(use); |
var animate = createSVGElement("animate"); |