diff options
Diffstat (limited to 'tests/wpt/meta/html/semantics/the-button-element/command-and-commandfor/on-dialog-behavior.html.ini')
-rw-r--r-- | tests/wpt/meta/html/semantics/the-button-element/command-and-commandfor/on-dialog-behavior.html.ini | 162 |
1 files changed, 162 insertions, 0 deletions
diff --git a/tests/wpt/meta/html/semantics/the-button-element/command-and-commandfor/on-dialog-behavior.html.ini b/tests/wpt/meta/html/semantics/the-button-element/command-and-commandfor/on-dialog-behavior.html.ini index 65ee35e0d09..db7d0dcb776 100644 --- a/tests/wpt/meta/html/semantics/the-button-element/command-and-commandfor/on-dialog-behavior.html.ini +++ b/tests/wpt/meta/html/semantics/the-button-element/command-and-commandfor/on-dialog-behavior.html.ini @@ -148,3 +148,165 @@ [invoking (as close) detached dialog from a detached invoker] expected: FAIL + + [invoking to close (with command property as close) open dialog closes and overrides returnValue] + expected: FAIL + + [invoking to close (with command property as close) open dialog closes and overrides returnValue when empty string] + expected: FAIL + + [invoking to close (with command property as close) open dialog closes and doesn't override returnValue when missing value attribute] + expected: FAIL + + [invoking to close (with command attribute as close) open dialog closes and overrides returnValue] + expected: FAIL + + [invoking to close (with command attribute as close) open dialog closes and overrides returnValue when empty string] + expected: FAIL + + [invoking to close (with command attribute as close) open dialog closes and doesn't override returnValue when missing value attribute] + expected: FAIL + + [invoking to close (with command property as cLoSe) open dialog closes and overrides returnValue] + expected: FAIL + + [invoking to close (with command property as cLoSe) open dialog closes and overrides returnValue when empty string] + expected: FAIL + + [invoking to close (with command property as cLoSe) open dialog closes and doesn't override returnValue when missing value attribute] + expected: FAIL + + [invoking to close (with command attribute as cLoSe) open dialog closes and overrides returnValue] + expected: FAIL + + [invoking to close (with command attribute as cLoSe) open dialog closes and overrides returnValue when empty string] + expected: FAIL + + [invoking to close (with command attribute as cLoSe) open dialog closes and doesn't override returnValue when missing value attribute] + 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 value (with command property as request-close) open dialog closes and overrides returnValue] + expected: FAIL + + [invoking to request-close with value (with command property as request-close) open dialog closes and overrides returnValue when empty string] + expected: FAIL + + [invoking to request-close with value (with command property as request-close) open dialog closes and doesn't override returnValue when missing value attribute] + 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 value (with command attribute as request-close) open dialog closes and overrides returnValue] + expected: FAIL + + [invoking to request-close with value (with command attribute as request-close) open dialog closes and overrides returnValue when empty string] + expected: FAIL + + [invoking to request-close with value (with command attribute as request-close) open dialog closes and doesn't override returnValue when missing value attribute] + 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 value (with command property as reQuEst-Close) open dialog closes and overrides returnValue] + expected: FAIL + + [invoking to request-close with value (with command property as reQuEst-Close) open dialog closes and overrides returnValue when empty string] + expected: FAIL + + [invoking to request-close with value (with command property as reQuEst-Close) open dialog closes and doesn't override returnValue when missing value attribute] + 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 value (with command attribute as reQuEst-Close) open dialog closes and overrides returnValue] + expected: FAIL + + [invoking to request-close with value (with command attribute as reQuEst-Close) open dialog closes and overrides returnValue when empty string] + expected: FAIL + + [invoking to request-close with value (with command attribute as reQuEst-Close) open dialog closes and doesn't override returnValue when missing value attribute] + 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 |