mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Update web-platform-tests to revision b'c23b0ad587af296087067b48a2f2101233589a8f' (#35869)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
d0a306729d
commit
66583ce3c9
762 changed files with 25364 additions and 9859 deletions
|
@ -1,3 +1,3 @@
|
|||
[iframe_sandbox_popups_escaping-2.html]
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[iframe_sandbox_popups_nonescaping-1.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[iframe_sandbox_popups_nonescaping-2.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[form-submit-iframe-then-location-navigate.html]
|
||||
[Verifies that location navigations take precedence when following form submissions.]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/semantics/forms/the-input-element/input-valueasnumber.html.ini
vendored
Normal file
3
tests/wpt/meta/html/semantics/forms/the-input-element/input-valueasnumber.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[input-valueasnumber.html]
|
||||
[valueAsNumber setter on type month (actual valueAsNumber: -1, expected value: 1969-12)]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[button-event-dispatch-content-attribute.html]
|
||||
[oncommand content attribute works]
|
||||
expected: FAIL
|
||||
|
||||
[oncommand content with a value of false prevents default]
|
||||
expected: FAIL
|
|
@ -0,0 +1,60 @@
|
|||
[button-event-dispatch.html]
|
||||
[event dispatches on click with addEventListener]
|
||||
expected: FAIL
|
||||
|
||||
[event dispatches on click with oncommand property]
|
||||
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 --- (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 --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
|
||||
|
||||
[event dispatches if button is form associated, with explicit type=button]
|
||||
expected: FAIL
|
||||
|
||||
[event dispatches if invokee is non-HTML Element]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[event-dispatch-shadow.html]
|
||||
[CommandEvent propagates across shadow boundaries retargeting source]
|
||||
expected: FAIL
|
||||
|
||||
[cross shadow CommandEvent retargets source to host element]
|
||||
expected: FAIL
|
66
tests/wpt/meta/html/semantics/the-button-element/command-and-commandfor/event-interface.html.ini
vendored
Normal file
66
tests/wpt/meta/html/semantics/the-button-element/command-and-commandfor/event-interface.html.ini
vendored
Normal file
|
@ -0,0 +1,66 @@
|
|||
[event-interface.html]
|
||||
[command is a readonly defaulting to '']
|
||||
expected: FAIL
|
||||
|
||||
[source is readonly defaulting to null]
|
||||
expected: FAIL
|
||||
|
||||
[command reflects initialized attribute]
|
||||
expected: FAIL
|
||||
|
||||
[command set to undefined]
|
||||
expected: FAIL
|
||||
|
||||
[command set to null]
|
||||
expected: FAIL
|
||||
|
||||
[command set to false]
|
||||
expected: FAIL
|
||||
|
||||
[command explicitly set to empty string]
|
||||
expected: FAIL
|
||||
|
||||
[command set to true]
|
||||
expected: FAIL
|
||||
|
||||
[command set to a number]
|
||||
expected: FAIL
|
||||
|
||||
[command set to [\]]
|
||||
expected: FAIL
|
||||
|
||||
[command set to [1, 2, 3\]]
|
||||
expected: FAIL
|
||||
|
||||
[command set to an object]
|
||||
expected: FAIL
|
||||
|
||||
[command set to an object with a toString function]
|
||||
expected: FAIL
|
||||
|
||||
[CommandEventInit properties set value]
|
||||
expected: FAIL
|
||||
|
||||
[CommandEventInit properties set value 2]
|
||||
expected: FAIL
|
||||
|
||||
[CommandEventInit properties set value 3]
|
||||
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
|
|
@ -1,3 +0,0 @@
|
|||
[idlharness.html]
|
||||
[idl_test setup]
|
||||
expected: FAIL
|
|
@ -0,0 +1,90 @@
|
|||
[on-dialog-behavior-request-close.tentative.html]
|
||||
[invoking to request-close (with command property as request-close) open dialog closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close with value (with command property as request-close) open dialog closes and sets returnValue]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close (with command property as request-close) open dialog with preventDefault is no-op]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close (with command property as request-close) open modal dialog with preventDefault is no-op]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close (with command property as request-close) open dialog while changing command still closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close (with command property as request-close) open modal dialog while changing command still closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close (with command attribute as request-close) open dialog closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close with value (with command attribute as request-close) open dialog closes and sets returnValue]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close (with command attribute as request-close) open dialog with preventDefault is no-op]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close (with command attribute as request-close) open modal dialog with preventDefault is no-op]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close (with command attribute as request-close) open dialog while changing command still closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close (with command attribute as request-close) open modal dialog while changing command still closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close (with command property as reQuEst-Close) open dialog closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close with value (with command property as reQuEst-Close) open dialog closes and sets returnValue]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close (with command property as reQuEst-Close) open dialog with preventDefault is no-op]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close (with command property as reQuEst-Close) open modal dialog with preventDefault is no-op]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close (with command property as reQuEst-Close) open dialog while changing command still closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close (with command property as reQuEst-Close) open modal dialog while changing command still closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close (with command attribute as reQuEst-Close) open dialog closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close with value (with command attribute as reQuEst-Close) open dialog closes and sets returnValue]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close (with command attribute as reQuEst-Close) open dialog with preventDefault is no-op]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close (with command attribute as reQuEst-Close) open modal dialog with preventDefault is no-op]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close (with command attribute as reQuEst-Close) open dialog while changing command still closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to request-close (with command attribute as reQuEst-Close) open modal dialog while changing command still closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as request-close) already closed dialog is noop]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as request-close) dialog as open popover=manual is noop]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as request-close) dialog as open popover=auto is noop]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as request-close) dialog that is removed is noop]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as request-close) dialog from a detached invoker]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as request-close) detached dialog from a detached invoker]
|
||||
expected: FAIL
|
150
tests/wpt/meta/html/semantics/the-button-element/command-and-commandfor/on-dialog-behavior.html.ini
vendored
Normal file
150
tests/wpt/meta/html/semantics/the-button-element/command-and-commandfor/on-dialog-behavior.html.ini
vendored
Normal file
|
@ -0,0 +1,150 @@
|
|||
[on-dialog-behavior.html]
|
||||
[invoking (with command property as show-modal) closed dialog opens as modal]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (with command property as show-modal) closed dialog with preventDefault is noop]
|
||||
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) closed dialog with preventDefault is noop]
|
||||
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) closed dialog with preventDefault is noop]
|
||||
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) closed dialog with preventDefault is noop]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (with command attribute as sHoW-mOdAl) while changing command still opens as modal]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command property as close) open dialog closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command property as close) open dialog closes and sets returnValue]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command property as close) open dialog with preventDefault is no-op]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command property as close) open modal dialog with preventDefault is no-op]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command property as close) open dialog while changing command still closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command property as close) open modal dialog while changing command still closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command attribute as close) open dialog closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command attribute as close) open dialog closes and sets returnValue]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command attribute as close) open dialog with preventDefault is no-op]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command attribute as close) open modal dialog with preventDefault is no-op]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command attribute as close) open dialog while changing command still closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command attribute as close) open modal dialog while changing command still closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command property as cLoSe) open dialog closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command property as cLoSe) open dialog closes and sets returnValue]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command property as cLoSe) open dialog with preventDefault is no-op]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command property as cLoSe) open modal dialog with preventDefault is no-op]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command property as cLoSe) open dialog while changing command still closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command property as cLoSe) open modal dialog while changing command still closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command attribute as cLoSe) open dialog closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command attribute as cLoSe) open dialog closes and sets returnValue]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command attribute as cLoSe) open dialog with preventDefault is no-op]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command attribute as cLoSe) open modal dialog with preventDefault is no-op]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command attribute as cLoSe) open dialog while changing command still closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking to close (with command attribute as cLoSe) open modal dialog while changing command still closes]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as show-modal) open dialog is noop]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as show-modal) open modal, while changing command still a no-op]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as show-modal) closed popover dialog opens as modal]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as close) already closed dialog is noop]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as show-modal) dialog as open popover=manual is noop]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as show-modal) dialog as open popover=auto is noop]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as close) dialog as open popover=manual is noop]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as close) dialog as open popover=auto is noop]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as show-modal) dialog that is removed is noop]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as show-modal) dialog from a detached invoker]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as show-modal) detached dialog from a detached invoker]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as close) dialog that is removed is noop]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as close) dialog from a detached invoker]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as close) detached dialog from a detached invoker]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[on-dialog-disconnect.html]
|
||||
[invoking a dialog and removing during command event does not raise an error]
|
||||
expected: FAIL
|
|
@ -0,0 +1,120 @@
|
|||
[on-dialog-invalid-behavior.html]
|
||||
[invoking (as ) on dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as ) on open dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as ) on open modal dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as ) on open modal while changing the attributer does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as foo) on dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as foo) on open dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as foo) on open modal dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as foo) on open modal while changing the attributer does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as foo-bar) on dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as foo-bar) on open dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as foo-bar) on open modal dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as foo-bar) on open modal while changing the attributer does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as auto) on dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as auto) on open dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as auto) on open modal dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as auto) on open modal while changing the attributer does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as showmodal) on dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as showmodal) on open dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as showmodal) on open modal dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as showmodal) on open modal while changing the attributer does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as show-popover) on dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as show-popover) on open dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as show-popover) on open modal dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as show-popover) on open modal while changing the attributer does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as hide-popover) on dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as hide-popover) on open dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as hide-popover) on open modal dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as hide-popover) on open modal while changing the attributer does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as toggle-popover) on dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as toggle-popover) on open dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as toggle-popover) on open modal dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as toggle-popover) on open modal while changing the attributer does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as show-picker) on dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as show-picker) on open dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as show-picker) on open modal dialog does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as show-picker) on open modal while changing the attributer does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as show-modal) dialog as open popover=manual is noop]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as show-modal) dialog as open popover=auto is noop]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as close) dialog as open popover=manual is noop]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as close) dialog as open popover=auto is noop]
|
||||
expected: FAIL
|
|
@ -0,0 +1,66 @@
|
|||
[on-popover-behavior.html]
|
||||
[changing command attribute inside invokeevent doesn't impact the invocation]
|
||||
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 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 toggle-popover) from within open popover with preventDefault does not close]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as hide-popover) 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 hide-popover) from within open popover with preventDefault does not close]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as tOgGlE-pOpOvEr) 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 tOgGlE-pOpOvEr) from within open popover with preventDefault does not close]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as hIdE-pOpOvEr) 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 hIdE-pOpOvEr) from within open popover with preventDefault does not close]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as show-popover) open popover is noop]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[on-popover-disconnect.html]
|
||||
[invoking a popover and removing during command event does not raise an error]
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[on-popover-invalid-behavior.html]
|
||||
[invoking (as null) on open popover does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as ) on open popover does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as foo-bar) 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
|
||||
|
||||
[invoking (as open) on open popover does nothing]
|
||||
expected: FAIL
|
||||
|
||||
[invoking (as close) on open popover does nothing]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue