summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/events/webkit-animation-iteration-event.html.ini
blob: 9375a78438a3ac0b60ab73a728042fb8f7c72346 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[webkit-animation-iteration-event.html]
  expected:
    if (os == "mac") and not debug: OK
    if (os == "android") and not fission: OK
    [OK, TIMEOUT]
  [webkitAnimationIteration event listener is case sensitive]
    expected:
      if (os == "linux") and not debug and fission: [PASS, NOTRUN]
      if (os == "linux") and not debug and not fission: [PASS, FAIL, NOTRUN]
      if (os == "mac") and debug: [PASS, NOTRUN]
      if (os == "linux") and debug: [PASS, FAIL, NOTRUN]
      if (os == "win") and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
      if (os == "win") and not debug: [PASS, FAIL, NOTRUN]

  [onwebkitanimationiteration event handler should trigger for an animation]
    expected: [PASS, TIMEOUT]

  [webkitAnimationIteration event listener should trigger for an animation]
    expected:
      if debug and fission: [PASS, TIMEOUT, NOTRUN]
      [PASS, NOTRUN]

  [webkitAnimationIteration event listener should not trigger if an unprefixed listener also exists]
    expected:
      if (os == "linux") and debug and fission: [PASS, TIMEOUT, NOTRUN]
      if (os == "mac") and not debug: PASS
      if (os == "mac") and debug: [PASS, TIMEOUT, NOTRUN]
      if (os == "win") and swgl: [PASS, TIMEOUT, NOTRUN]
      if os == "android": PASS
      [PASS, NOTRUN]

  [onwebkitanimationiteration event handler should not trigger if an unprefixed event handler also exists]
    expected: [PASS, TIMEOUT, NOTRUN]

  [event types for prefixed and unprefixed animationiteration event handlers should be named appropriately]
    expected:
      if debug and fission and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
      [PASS, NOTRUN]

  [event types for prefixed and unprefixed animationiteration event listeners should be named appropriately]
    expected:
      if (os == "win") and debug and not swgl: [PASS, NOTRUN]
      if (os == "win") and debug and swgl: [PASS, TIMEOUT, NOTRUN]
      if (os == "linux") and debug and fission: [PASS, TIMEOUT, NOTRUN]
      if (os == "linux") and debug and not fission: [PASS, NOTRUN]
      if (os == "linux") and not debug: [PASS, NOTRUN]
      if (os == "mac") and debug: [PASS, NOTRUN]

  [webkitAnimationIteration event listener should not trigger if an unprefixed event handler also exists]
    expected:
      if debug and (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
      if debug and (os == "linux") and fission: [PASS, TIMEOUT, NOTRUN]
      [PASS, NOTRUN]

  [onwebkitanimationiteration event handler should not trigger if an unprefixed listener also exists]
    expected:
      if debug and fission and (os == "win") and (processor == "x86_64") and swgl: [PASS, TIMEOUT, NOTRUN]
      if debug and fission and (os == "win") and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
      if debug and fission and (os == "linux"): [PASS, TIMEOUT, NOTRUN]
      if debug and fission and (os == "mac"): [PASS, TIMEOUT, NOTRUN]
      [PASS, NOTRUN]