Bug 1924180 [wpt PR 48581] - Update wpt metadata, a=testonly

wpt-pr: 48581
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2024-10-11 21:23:15 +00:00
parent 7d86e06ac7
commit 4999dfc21a
11 changed files with 207 additions and 0 deletions

View File

@ -34,3 +34,9 @@
[CommandEvent interface: new CommandEvent("invoke") must inherit property "command" with the proper type]
expected: FAIL
[CommandEvent interface: attribute source]
expected: FAIL
[CommandEvent interface: new CommandEvent("invoke") must inherit property "source" with the proper type]
expected: FAIL

View File

@ -4,3 +4,9 @@
[cross shadow CommandEvent retargets invoker to host element]
expected: FAIL
[CommandEvent propagates across shadow boundaries retargeting source]
expected: FAIL
[cross shadow CommandEvent retargets source to host element]
expected: FAIL

View File

@ -64,3 +64,24 @@
[invoker set to non-Element EventTarget]
expected: FAIL
[source is readonly defaulting to null]
expected: FAIL
[source set to undefined]
expected: FAIL
[source set to null]
expected: FAIL
[source set to false]
expected: FAIL
[source set to true]
expected: FAIL
[source set to {}]
expected: FAIL
[source set to non-Element EventTarget]
expected: FAIL

View File

@ -55,3 +55,45 @@
[event dispatches if invokee is non-HTML Element]
expected: FAIL
[setting custom command property to --foo (must include dash) sets event command]
expected: FAIL
[setting custom command attribute to --foo (must include dash) sets event command]
expected: FAIL
[setting custom command property to --foo- (must include dash) sets event command]
expected: FAIL
[setting custom command attribute to --foo- (must include dash) sets event command]
expected: FAIL
[setting custom command property to --cAsE-cArRiEs (must include dash) sets event command]
expected: FAIL
[setting custom command attribute to --cAsE-cArRiEs (must include dash) sets event command]
expected: FAIL
[setting custom command property to -- (must include dash) sets event command]
expected: FAIL
[setting custom command attribute to -- (must include dash) sets event command]
expected: FAIL
[setting custom command property to --a- (must include dash) sets event command]
expected: FAIL
[setting custom command attribute to --a- (must include dash) sets event command]
expected: FAIL
[setting custom command property to --a-b (must include dash) sets event command]
expected: FAIL
[setting custom command attribute to --a-b (must include dash) sets event command]
expected: FAIL
[setting custom command property to --show-picker (must include dash) sets event command]
expected: FAIL
[setting custom command attribute to --show-picker (must include dash) sets event command]
expected: FAIL

View File

@ -37,3 +37,18 @@
[invoking div with requestFullscreen action and preventDefault is a no-op]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
[invoking div with toggle-fullscreen action makes div fullscreen]
expected: FAIL
[invoking fullscreen div with toggle-fullscreen action exits fullscreen]
expected: FAIL
[invoking fullscreen div with toggle-fullscreen (case-insensitive) action exits fullscreen]
expected: FAIL
[invoking div with request-fullscreen action makes div fullscreen]
expected: FAIL
[invoking fullscreen div with exit-fullscreen action exits fullscreen]
expected: FAIL

View File

@ -27,3 +27,18 @@
[invoking muted audio with toggleMuted action unmutes it]
expected: FAIL
[invoking audio with play-pause action makes audio play]
expected: FAIL
[invoking audio with play-pause action (without user activation) is a no-op]
expected: FAIL
[invoking playing audio with play-pause action pauses it]
expected: FAIL
[invoking audio with toggle-muted action mutes it]
expected: FAIL
[invoking muted audio with toggle-muted action unmutes it]
expected: FAIL

View File

@ -61,3 +61,30 @@
[invoking (as showmodal) closed popover dialog opens as modal]
expected: FAIL
[invoking (with command property as show-modal) closed dialog opens as modal]
expected: FAIL
[invoking (with command property as show-modal) while changing command still opens as modal]
expected: FAIL
[invoking (with command attribute as show-modal) closed dialog opens as modal]
expected: FAIL
[invoking (with command attribute as show-modal) while changing command still opens as modal]
expected: FAIL
[invoking (with command property as sHoW-mOdAl) closed dialog opens as modal]
expected: FAIL
[invoking (with command property as sHoW-mOdAl) while changing command still opens as modal]
expected: FAIL
[invoking (with command attribute as sHoW-mOdAl) closed dialog opens as modal]
expected: FAIL
[invoking (with command attribute as sHoW-mOdAl) while changing command still opens as modal]
expected: FAIL
[invoking (as show-modal) closed popover dialog opens as modal]
expected: FAIL

View File

@ -10,3 +10,15 @@
[invoking number input with stepdown action (case-insensitive) decrements value]
expected: FAIL
[invoking number input with step-up action increments value]
expected: FAIL
[invoking number input with step-up action (case-insensitive) increments value]
expected: FAIL
[invoking number input with step-down action decrements value]
expected: FAIL
[invoking number input with step-down action (case-insensitive) decrements value]
expected: FAIL

View File

@ -40,3 +40,42 @@
[invoking (as showpopover) open popover is noop]
expected: FAIL
[invoking (as toggle-popover) closed popover opens]
expected: FAIL
[invoking (as show-popover) closed popover opens]
expected: FAIL
[invoking (as tOgGlE-pOpOvEr) closed popover opens]
expected: FAIL
[invoking (as sHoW-pOpOvEr) closed popover opens]
expected: FAIL
[invoking (as toggle-popover) open popover with preventDefault does not close]
expected: FAIL
[invoking (as toggle-popover) from within open popover closes]
expected: FAIL
[invoking (as hide-popover) open popover with preventDefault does not close]
expected: FAIL
[invoking (as hide-popover) from within open popover closes]
expected: FAIL
[invoking (as tOgGlE-pOpOvEr) open popover with preventDefault does not close]
expected: FAIL
[invoking (as tOgGlE-pOpOvEr) from within open popover closes]
expected: FAIL
[invoking (as hIdE-pOpOvEr) open popover with preventDefault does not close]
expected: FAIL
[invoking (as hIdE-pOpOvEr) from within open popover closes]
expected: FAIL
[invoking (as show-popover) open popover is noop]
expected: FAIL

View File

@ -19,3 +19,12 @@
[invoking (as close) on open popover does nothing]
expected: FAIL
[invoking (as showpopover) on open popover does nothing]
expected: FAIL
[invoking (as show-modal) on open popover does nothing]
expected: FAIL
[invoking (as show-picker) on open popover does nothing]
expected: FAIL

View File

@ -23,3 +23,18 @@
[invoking muted video with toggleMuted action unmutes it]
expected: FAIL
[invoking video with play-pause action makes video play]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if os == "android": FAIL
[invoking playing video with play-pause action pauses it]
expected: FAIL
[invoking video with toggle-muted action mutes it]
expected: FAIL
[invoking muted video with toggle-muted action unmutes it]
expected: FAIL