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

Unified Diff: third_party/WebKit/LayoutTests/svg/animations/script-tests/use-animate-width-and-height.js

Issue 2283893002: Move onclick handler in svg/animations/use-animate-width-and-height.html (Closed)
Patch Set: Created 4 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698