53 lines
2.2 KiB
INI
53 lines
2.2 KiB
INI
[webkit-animation-iteration-event.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86_64"): [TIMEOUT, OK]
|
|
if os == "android": OK
|
|
[OK, TIMEOUT]
|
|
[webkitAnimationIteration event listener is case sensitive]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86_64"): [NOTRUN, PASS, TIMEOUT]
|
|
if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
|
|
if (os == "linux") and fission and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
|
|
if (os == "linux") and fission and not debug: [PASS, NOTRUN]
|
|
if (os == "mac") and debug: [PASS, NOTRUN]
|
|
if (os == "linux") and not fission: [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 debug: [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: [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 (processor == "x86_64"): [TIMEOUT, PASS, NOTRUN]
|
|
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: [PASS, TIMEOUT, NOTRUN]
|
|
[PASS, NOTRUN]
|
|
|
|
[onwebkitanimationiteration event handler should not trigger if an unprefixed listener also exists]
|
|
expected:
|
|
if debug and fission: [PASS, TIMEOUT, NOTRUN]
|
|
[PASS, NOTRUN]
|