mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
Bug 1924180 [wpt PR 48581] - Update wpt metadata, a=testonly
wpt-pr: 48581 wpt-type: metadata
This commit is contained in:
parent
7d86e06ac7
commit
4999dfc21a
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user