diff options
Diffstat (limited to 'testing/web-platform/meta/html/semantics/interactive-elements/the-details-element')
6 files changed, 30 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/semantics/interactive-elements/the-details-element/auto-expand-details-element-fragment.html.ini b/testing/web-platform/meta/html/semantics/interactive-elements/the-details-element/auto-expand-details-element-fragment.html.ini new file mode 100644 index 0000000000..91635339f7 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/interactive-elements/the-details-element/auto-expand-details-element-fragment.html.ini @@ -0,0 +1,3 @@ +[auto-expand-details-element-fragment.html] + [auto-expand-details-element-fragment] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/interactive-elements/the-details-element/closed-details-layout-apis.tentative.html.ini b/testing/web-platform/meta/html/semantics/interactive-elements/the-details-element/closed-details-layout-apis.tentative.html.ini new file mode 100644 index 0000000000..c09547dad0 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/interactive-elements/the-details-element/closed-details-layout-apis.tentative.html.ini @@ -0,0 +1,3 @@ +[closed-details-layout-apis.tentative.html] + [Verifies the layout results of elements inside a closed <details> based on the usage of content-visibility:hidden.] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/interactive-elements/the-details-element/details-keyboard-activation.html.ini b/testing/web-platform/meta/html/semantics/interactive-elements/the-details-element/details-keyboard-activation.html.ini new file mode 100644 index 0000000000..6f582c0fb9 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/interactive-elements/the-details-element/details-keyboard-activation.html.ini @@ -0,0 +1,3 @@ +[details-keyboard-activation.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/interactive-elements/the-details-element/details.html.ini b/testing/web-platform/meta/html/semantics/interactive-elements/the-details-element/details.html.ini new file mode 100644 index 0000000000..2d0f6dc3eb --- /dev/null +++ b/testing/web-platform/meta/html/semantics/interactive-elements/the-details-element/details.html.ini @@ -0,0 +1,3 @@ +[details.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/semantics/interactive-elements/the-details-element/name-attribute.tentative.html.ini b/testing/web-platform/meta/html/semantics/interactive-elements/the-details-element/name-attribute.tentative.html.ini new file mode 100644 index 0000000000..43afabdf34 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/interactive-elements/the-details-element/name-attribute.tentative.html.ini @@ -0,0 +1,15 @@ +[name-attribute.tentative.html] + [basic handling of mutually exclusive details] + expected: FAIL + + [more complex handling of mutually exclusive details] + expected: FAIL + + [mutually exclusive details across multiple names and multiple tree scopes] + expected: FAIL + + [mutation event order matches order of insertion in set of named elements] + expected: FAIL + + [interaction of open attribute changes with mutation events] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/interactive-elements/the-details-element/toggleEvent.html.ini b/testing/web-platform/meta/html/semantics/interactive-elements/the-details-element/toggleEvent.html.ini new file mode 100644 index 0000000000..c219fc88f2 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/interactive-elements/the-details-element/toggleEvent.html.ini @@ -0,0 +1,3 @@ +[toggleEvent.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] |