diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
commit | 59203c63bb777a3bacec32fb8830fba33540e809 (patch) | |
tree | 58298e711c0ff0575818c30485b44a2f21bf28a0 /testing/web-platform/meta/dom/events/webkit-animation-iteration-event.html.ini | |
parent | Adding upstream version 126.0.1. (diff) | |
download | firefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip |
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/dom/events/webkit-animation-iteration-event.html.ini')
-rw-r--r-- | testing/web-platform/meta/dom/events/webkit-animation-iteration-event.html.ini | 39 |
1 files changed, 15 insertions, 24 deletions
diff --git a/testing/web-platform/meta/dom/events/webkit-animation-iteration-event.html.ini b/testing/web-platform/meta/dom/events/webkit-animation-iteration-event.html.ini index dce8796746..e40a5a6f88 100644 --- a/testing/web-platform/meta/dom/events/webkit-animation-iteration-event.html.ini +++ b/testing/web-platform/meta/dom/events/webkit-animation-iteration-event.html.ini @@ -5,40 +5,33 @@ [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 fission and not debug: [PASS, NOTRUN] + if (os == "win") and debug: [PASS, TIMEOUT, NOTRUN] + if (os == "mac") and debug: [PASS, NOTRUN] 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] + if debug and fission: [PASS, TIMEOUT, NOTRUN] + [PASS, 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 == "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: - if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, NOTRUN, TIMEOUT] - [PASS, TIMEOUT, NOTRUN] + expected: [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] + if debug and fission: [PASS, TIMEOUT, NOTRUN] + [PASS, NOTRUN] [event types for prefixed and unprefixed animationiteration event listeners should be named appropriately] expected: @@ -48,14 +41,12 @@ [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] + if debug and (os == "linux") and fission: [PASS, TIMEOUT, NOTRUN] + if debug and (os == "win"): [PASS, TIMEOUT, NOTRUN] + if debug and (os == "mac"): [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 not swgl: [PASS, NOTRUN, TIMEOUT] - if debug and not fission: [PASS, NOTRUN] - if not debug: [PASS, NOTRUN] - [PASS, TIMEOUT, NOTRUN] + if debug and fission: [PASS, TIMEOUT, NOTRUN] + [PASS, NOTRUN] |