1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
[svg-pointer-events-bbox.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[group1 contains point at (100, 100)]
expected: FAIL
[group1 contains point at (137, 84)]
expected: FAIL
[group1 contains point at (51, 156)]
expected: FAIL
[group1 contains point at (70, 120)]
expected: FAIL
[circle2 contains point at (400, 150)]
expected: FAIL
[circle2 contains point at (432, 182)]
expected: FAIL
[circle2 contains point at (361, 122)]
expected: FAIL
[bbox of circle2 contains point at (438, 103)]
expected: FAIL
[bbox of circle2 contains point at (450, 200)]
expected: FAIL
[bbox of text1 contains point at (435, 32)]
expected: FAIL
[bbox of text1 contains point at (115, 46)]
expected: FAIL
[bbox of text2 contains point at (295, 214)]
expected: FAIL
[image1 contains point at (19, 215)]
expected: FAIL
[image1 contains point at (45, 225)]
expected: FAIL
|