summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/events/webkit-animation-iteration-event.html.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:47:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:47:29 +0000
commit0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch)
treea31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /testing/web-platform/meta/dom/events/webkit-animation-iteration-event.html.ini
parentInitial commit. (diff)
downloadfirefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz
firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip
Adding upstream version 115.8.0esr.upstream/115.8.0esr
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.ini64
1 files changed, 64 insertions, 0 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
new file mode 100644
index 0000000000..f181ce414d
--- /dev/null
+++ b/testing/web-platform/meta/dom/events/webkit-animation-iteration-event.html.ini
@@ -0,0 +1,64 @@
+[webkit-animation-iteration-event.html]
+ expected:
+ if (os == "mac") and not debug: OK
+ if os == "android": 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 == "win") and debug and (processor == "x86"): [PASS, NOTRUN, FAIL, TIMEOUT]
+ if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT, NOTRUN]
+ if (os == "linux") and debug: [PASS, FAIL, NOTRUN]
+ if (os == "mac") and debug: [PASS, 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 and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
+ if debug and fission and (processor == "x86"): [PASS, NOTRUN, TIMEOUT]
+ [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 == "win") and swgl: [PASS, TIMEOUT, NOTRUN]
+ if (os == "mac") and debug: [PASS, TIMEOUT, NOTRUN]
+ if (os == "mac") and not debug: PASS
+ 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]
+ if debug and fission and (processor == "x86"): [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 swgl: [PASS, TIMEOUT, NOTRUN]
+ if (os == "linux") and debug and fission: [PASS, TIMEOUT, NOTRUN]
+ if (os == "mac") and not debug: PASS
+ if (os == "win") and not debug: PASS
+ 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"): [PASS, TIMEOUT, NOTRUN]
+ if debug and fission and (processor == "x86_64") and (os == "linux"): [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 == "mac"): [PASS, TIMEOUT, NOTRUN]
+ if debug and fission and (os == "linux"): [PASS, TIMEOUT, NOTRUN]
+ [PASS, NOTRUN]