summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/pointerevents/pointerevent_click_is_a_pointerevent.html.ini
blob: d36bbf2f2412a12b0513395c4df3d884bffbc504 (plain)
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
[pointerevent_click_is_a_pointerevent.html?pen]
  [click using pen is a PointerEvent with correct properties]
    expected: FAIL

  [click using pen is a PointerEvent with correct properties when no other PointerEvent listeners are present]
    expected: FAIL

  [click using pen is a PointerEvent with correct properties in a subframe]
    expected: FAIL


[pointerevent_click_is_a_pointerevent.html?mouse]
  expected:
    if os == "mac": TIMEOUT
  [click using mouse is a PointerEvent with correct properties]
    expected: FAIL

  [click using mouse is a PointerEvent with correct properties when no other PointerEvent listeners are present]
    expected: FAIL

  [click using mouse is a PointerEvent with correct properties in a subframe]
    expected:
      if os == "mac": TIMEOUT
      FAIL

  [click using mouse is a PointerEvent with correct properties using non-pointing device]
    expected:
      if os == "mac": NOTRUN
      FAIL


[pointerevent_click_is_a_pointerevent.html?touch]
  expected:
    if os == "mac": TIMEOUT
  [click using touch is a PointerEvent with correct properties]
    expected: FAIL

  [click using touch is a PointerEvent with correct properties when no other PointerEvent listeners are present]
    expected: FAIL

  [click using touch is a PointerEvent with correct properties in a subframe]
    expected:
      if os == "mac": TIMEOUT
      FAIL