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

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: Test fixup 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..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");
« 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