diff options
Diffstat (limited to 'testing/web-platform/meta/custom-elements/form-associated')
8 files changed, 39 insertions, 0 deletions
diff --git a/testing/web-platform/meta/custom-elements/form-associated/ElementInternals-setFormValue.html.ini b/testing/web-platform/meta/custom-elements/form-associated/ElementInternals-setFormValue.html.ini new file mode 100644 index 0000000000..076e59953b --- /dev/null +++ b/testing/web-platform/meta/custom-elements/form-associated/ElementInternals-setFormValue.html.ini @@ -0,0 +1,3 @@ +[ElementInternals-setFormValue.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/custom-elements/form-associated/ElementInternals-target-element-is-held-strongly.html.ini b/testing/web-platform/meta/custom-elements/form-associated/ElementInternals-target-element-is-held-strongly.html.ini new file mode 100644 index 0000000000..693c41c2e9 --- /dev/null +++ b/testing/web-platform/meta/custom-elements/form-associated/ElementInternals-target-element-is-held-strongly.html.ini @@ -0,0 +1,3 @@ +[ElementInternals-target-element-is-held-strongly.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/custom-elements/form-associated/fieldset-elements.html.ini b/testing/web-platform/meta/custom-elements/form-associated/fieldset-elements.html.ini new file mode 100644 index 0000000000..3e853f8f69 --- /dev/null +++ b/testing/web-platform/meta/custom-elements/form-associated/fieldset-elements.html.ini @@ -0,0 +1,6 @@ +[fieldset-elements.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Form associated custom elements should work with fieldset.elements] + expected: + if (os == "linux") and not debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/custom-elements/form-associated/form-associated-callback.html.ini b/testing/web-platform/meta/custom-elements/form-associated/form-associated-callback.html.ini new file mode 100644 index 0000000000..3deff6ceba --- /dev/null +++ b/testing/web-platform/meta/custom-elements/form-associated/form-associated-callback.html.ini @@ -0,0 +1,3 @@ +[form-associated-callback.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/custom-elements/form-associated/form-disabled-callback.html.ini b/testing/web-platform/meta/custom-elements/form-associated/form-disabled-callback.html.ini new file mode 100644 index 0000000000..6c32f36318 --- /dev/null +++ b/testing/web-platform/meta/custom-elements/form-associated/form-disabled-callback.html.ini @@ -0,0 +1,3 @@ +[form-disabled-callback.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/custom-elements/form-associated/form-elements-namedItem.html.ini b/testing/web-platform/meta/custom-elements/form-associated/form-elements-namedItem.html.ini new file mode 100644 index 0000000000..c7c2a6fe25 --- /dev/null +++ b/testing/web-platform/meta/custom-elements/form-associated/form-elements-namedItem.html.ini @@ -0,0 +1,15 @@ +[form-elements-namedItem.html] + [Form associated custom elements should work with document.forms.elements.namedItem()] + expected: + if (os == "linux") and not debug: [PASS, FAIL] + if (os == "mac") and not debug: [PASS, FAIL] + + [Form associated custom elements should work with document.forms.elements.namedItem() after upgrading] + expected: + if (os == "linux") and not debug: [PASS, FAIL] + if (os == "mac") and not debug: [PASS, FAIL] + + [Form associated custom elements should work with document.forms.elements.namedItem() after updating the name attribute] + expected: + if (os == "linux") and not debug: [PASS, FAIL] + if (os == "mac") and not debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/custom-elements/form-associated/form-reset-callback.html.ini b/testing/web-platform/meta/custom-elements/form-associated/form-reset-callback.html.ini new file mode 100644 index 0000000000..3c7850118e --- /dev/null +++ b/testing/web-platform/meta/custom-elements/form-associated/form-reset-callback.html.ini @@ -0,0 +1,3 @@ +[form-reset-callback.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/custom-elements/form-associated/label-delegatesFocus.html.ini b/testing/web-platform/meta/custom-elements/form-associated/label-delegatesFocus.html.ini new file mode 100644 index 0000000000..f3aac09975 --- /dev/null +++ b/testing/web-platform/meta/custom-elements/form-associated/label-delegatesFocus.html.ini @@ -0,0 +1,3 @@ +[label-delegatesFocus.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |