[webkit-animation-iteration-event.html]
expected:
if os == "android": OK
[OK, TIMEOUT]
[webkitAnimationIteration event listener is case sensitive]
expected:
if (os == "linux") and fission and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
if (os == "win") and not debug: PASS
if (os == "linux") and not fission: [PASS, FAIL, NOTRUN]
if os == "mac": PASS
if os == "android": PASS
[PASS, 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 and (os == "win") and (processor == "x86_64") and not swgl: [PASS, NOTRUN, TIMEOUT]
if debug and not fission: [PASS, NOTRUN]
if not debug: [PASS, NOTRUN]
[PASS, TIMEOUT, NOTRUN]
[webkitAnimationIteration event listener should not trigger if an unprefixed listener also exists]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, TIMEOUT, NOTRUN]
if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and debug and fission: [PASS, TIMEOUT, NOTRUN]
if os == "android": PASS
[PASS, NOTRUN]
[onwebkitanimationiteration event handler should not trigger if an unprefixed event handler also exists]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, NOTRUN, TIMEOUT]
[PASS, TIMEOUT, NOTRUN]
[event types for prefixed and unprefixed animationiteration event handlers should be named appropriately]
expected:
if debug and not fission: [PASS, NOTRUN]
if not debug: [PASS, NOTRUN]
[PASS, TIMEOUT, NOTRUN]
[event types for prefixed and unprefixed animationiteration event listeners should be named appropriately]
expected:
if (os == "linux") and debug and fission: [PASS, TIMEOUT, NOTRUN]
if os == "android": PASS
[PASS, NOTRUN]
[webkitAnimationIteration event listener should not trigger if an unprefixed event handler also exists]
expected:
if debug and fission and (processor == "x86_64") and (os == "win") and not swgl: [PASS, NOTRUN, TIMEOUT]
if debug and not fission: [PASS, NOTRUN]
if not debug: [PASS, NOTRUN]
[PASS, TIMEOUT, 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 not swgl: [PASS, NOTRUN, TIMEOUT]
if debug and not fission: [PASS, NOTRUN]
if not debug: [PASS, NOTRUN]
[PASS, TIMEOUT, NOTRUN]