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

Unified Diff: LayoutTests/svg/hittest/svg-small-big-path-expected.txt

Issue 1300783005: Scale x/y coordinate of svg path separately for hit-test (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 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 | « LayoutTests/svg/hittest/svg-small-big-path.html ('k') | Source/platform/graphics/skia/SkiaUtils.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/hittest/svg-small-big-path-expected.txt
diff --git a/LayoutTests/svg/hittest/svg-small-big-path-expected.txt b/LayoutTests/svg/hittest/svg-small-big-path-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7a5c59904101672aec069824e25cf2841eca23c6
--- /dev/null
+++ b/LayoutTests/svg/hittest/svg-small-big-path-expected.txt
@@ -0,0 +1,15 @@
+Test that hit-test works for a path whose x/y ranges have different magnitude.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS path contains point at (5, 104)
+PASS path contains point at (5, 107)
+PASS path contains point at (5, 110)
+PASS path does not contain point at (5, 103)
+PASS path does not contain point at (5, 111)
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/svg/hittest/svg-small-big-path.html ('k') | Source/platform/graphics/skia/SkiaUtils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698