Source code

Revision control

Copy as Markdown

Other Tools

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