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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Tests for pointer-events=bounding-box - hit testing.
2
3 On success, you will see a series of "PASS" messages and no "FAIL" messages.
4
5 PASS circle1 contains point at (36, 60)
6 PASS circle1 contains point at (42, 67)
7 PASS circle1 does not contain point at (50, 50)
8 PASS circle1 does not contain point at (50, 55)
9 PASS group1 contains point at (100, 100)
10 PASS group1 contains point at (137, 84)
11 PASS group1 contains point at (51, 156)
12 PASS group1 contains point at (70, 120)
13 PASS circle2 contains point at (400, 150)
14 PASS circle2 contains point at (432, 182)
15 PASS circle2 contains point at (361, 122)
16 PASS bbox of circle2 contains point at (438, 103)
17 PASS bbox of circle2 contains point at (450, 200)
18 PASS text1 contains point at (134, 16)
19 PASS tspan1 contains point at (422, 63)
20 PASS text1 does not contain point at (395, 73)
21 PASS text1 does not contain point at (74, 5)
22 PASS bbox of text1 contains point at (435, 32)
23 PASS bbox of text1 contains point at (115, 46)
24 PASS text2 contains point at (178, 146)
25 PASS tspan2 contains point at (434, 268)
26 PASS text2 does not contain point at (319, 161)
27 PASS text2 does not contain point at (179, 131)
28 PASS bbox of text2 contains point at (295, 214)
29 PASS bbox of text2 contains point at (444, 222)
30 PASS text3 contains point at (198, 291)
31 PASS text3 contains point at (286, 301)
32 PASS text3 does not contain point at (302, 337)
33 PASS text3 does not contain point at (348, 335)
34 PASS image1 contains point at (19, 215)
35 PASS image1 contains point at (45, 225)
36 Text should change color when mouse is within the bbox.
37 Text should change color when mouse is within the bbox.
38 Text should end here.
OLDNEW
« 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