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

Unified Diff: third_party/WebKit/LayoutTests/svg/animations/script-tests/svgenum-animation-3.js

Issue 1870983002: Only hit-test SVG <text> foreground (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase; return early. Created 4 years, 8 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 | third_party/WebKit/LayoutTests/svg/hittest/text-small-font-size.html » ('j') | 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/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");
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/hittest/text-small-font-size.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698