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

Unified Diff: LayoutTests/svg/hittest/svg-pointer-events-bbox-expected.txt

Issue 45733010: Add pointer-events="bounding-box" for svg content. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: make assert more specific Created 7 years 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-pointer-events-bbox.html ('k') | Source/core/css/CSSParser-in.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/hittest/svg-pointer-events-bbox-expected.txt
diff --git a/LayoutTests/svg/hittest/svg-pointer-events-bbox-expected.txt b/LayoutTests/svg/hittest/svg-pointer-events-bbox-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b006f3a8f8e5c18381bb682aff0f84141d25b9e6
--- /dev/null
+++ b/LayoutTests/svg/hittest/svg-pointer-events-bbox-expected.txt
@@ -0,0 +1,38 @@
+Tests for pointer-events=bounding-box - hit testing.
+
+On success, you will see a series of "PASS" messages and no "FAIL" messages.
+
+PASS circle1 contains point at (36, 60)
+PASS circle1 contains point at (42, 67)
+PASS circle1 does not contain point at (50, 50)
+PASS circle1 does not contain point at (50, 55)
+PASS group1 contains point at (100, 100)
+PASS group1 contains point at (137, 84)
+PASS group1 contains point at (51, 156)
+PASS group1 contains point at (70, 120)
+PASS circle2 contains point at (400, 150)
+PASS circle2 contains point at (432, 182)
+PASS circle2 contains point at (361, 122)
+PASS bbox of circle2 contains point at (438, 103)
+PASS bbox of circle2 contains point at (450, 200)
+PASS text1 contains point at (134, 16)
+PASS tspan1 contains point at (422, 63)
+PASS text1 does not contain point at (395, 73)
+PASS text1 does not contain point at (74, 5)
+PASS bbox of text1 contains point at (435, 32)
+PASS bbox of text1 contains point at (115, 46)
+PASS text2 contains point at (178, 146)
+PASS tspan2 contains point at (434, 268)
+PASS text2 does not contain point at (319, 161)
+PASS text2 does not contain point at (179, 131)
+PASS bbox of text2 contains point at (295, 214)
+PASS bbox of text2 contains point at (444, 222)
+PASS text3 contains point at (198, 291)
+PASS text3 contains point at (286, 301)
+PASS text3 does not contain point at (302, 337)
+PASS text3 does not contain point at (348, 335)
+PASS image1 contains point at (19, 215)
+PASS image1 contains point at (45, 225)
+Text should change color when mouse is within the bbox.
+Text should change color when mouse is within the bbox.
+Text should end here.
« no previous file with comments | « LayoutTests/svg/hittest/svg-pointer-events-bbox.html ('k') | Source/core/css/CSSParser-in.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698