summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-audio-behavior.tentative.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/html/semantics/invokers/invoketarget-on-audio-behavior.tentative.html.ini')
-rw-r--r--testing/web-platform/meta/html/semantics/invokers/invoketarget-on-audio-behavior.tentative.html.ini24
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-audio-behavior.tentative.html.ini b/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-audio-behavior.tentative.html.ini
new file mode 100644
index 0000000000..e2f03ef66c
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-audio-behavior.tentative.html.ini
@@ -0,0 +1,24 @@
+[invoketarget-on-audio-behavior.tentative.html]
+ [invoking audio with playpause action makes audio play]
+ expected: FAIL
+
+ [invoking audio with playpause action (without user activation) is a no-op]
+ expected: FAIL
+
+ [invoking playing audio with playpause action pauses it]
+ expected: FAIL
+
+ [invoking audio with play action makes audio play]
+ expected: FAIL
+
+ [invoking audio with play action (without user activation) is a no-op]
+ expected: FAIL
+
+ [invoking playing audio with pause action makes it pause]
+ expected: FAIL
+
+ [invoking audio with toggleMuted action mutes it]
+ expected: FAIL
+
+ [invoking muted audio with toggleMuted action unmutes it]
+ expected: FAIL