diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/html/interaction/focus/processing-model | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/html/interaction/focus/processing-model')
7 files changed, 66 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/interaction/focus/processing-model/focus-fixup-rule-one-no-dialogs.html.ini b/testing/web-platform/meta/html/interaction/focus/processing-model/focus-fixup-rule-one-no-dialogs.html.ini new file mode 100644 index 0000000000..7a3c780e98 --- /dev/null +++ b/testing/web-platform/meta/html/interaction/focus/processing-model/focus-fixup-rule-one-no-dialogs.html.ini @@ -0,0 +1,20 @@ +[focus-fixup-rule-one-no-dialogs.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Disabling contenteditable] + expected: FAIL + + [Hiding the active element] + expected: FAIL + + [Changing the first legend element in disabled <fieldset>] + expected: FAIL + + [Disabling <fieldset> affects its descendants] + expected: FAIL + + [Removing the tabindex attribute from a div] + expected: FAIL + + [Disabling the active element (making it inert)] + expected: FAIL diff --git a/testing/web-platform/meta/html/interaction/focus/processing-model/focusVisible.html.ini b/testing/web-platform/meta/html/interaction/focus/processing-model/focusVisible.html.ini new file mode 100644 index 0000000000..badafc12d7 --- /dev/null +++ b/testing/web-platform/meta/html/interaction/focus/processing-model/focusVisible.html.ini @@ -0,0 +1,26 @@ +[focusVisible.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [FocusOptions.focusVisible: button] + expected: + if not debug and (os == "linux") and (processor == "x86_64"): [PASS, FAIL] + if not debug and (os == "mac"): [PASS, FAIL] + if not debug and (os == "android"): [PASS, FAIL] + + [FocusOptions.focusVisible: input] + expected: + if not debug and (os == "linux") and (processor == "x86_64"): [PASS, FAIL] + if not debug and (os == "mac"): [PASS, FAIL] + if not debug and (os == "android"): [PASS, FAIL] + + [FocusOptions.focusVisible: #contenteditable] + expected: + if not debug and (os == "linux") and (processor == "x86_64"): [PASS, FAIL] + if not debug and (os == "mac"): [PASS, FAIL] + if not debug and (os == "android"): [PASS, FAIL] + + [FocusOptions.focusVisible: #tabindex] + expected: + if not debug and (os == "linux") and (processor == "x86_64"): [PASS, FAIL] + if not debug and (os == "android"): [PASS, FAIL] + if not debug and (os == "mac"): [PASS, FAIL] diff --git a/testing/web-platform/meta/html/interaction/focus/processing-model/legend-focusable.html.ini b/testing/web-platform/meta/html/interaction/focus/processing-model/legend-focusable.html.ini new file mode 100644 index 0000000000..29d3311c4c --- /dev/null +++ b/testing/web-platform/meta/html/interaction/focus/processing-model/legend-focusable.html.ini @@ -0,0 +1,5 @@ +[legend-focusable.html] + expected: TIMEOUT + [legend focusable] + expected: NOTRUN + diff --git a/testing/web-platform/meta/html/interaction/focus/processing-model/legend.html.ini b/testing/web-platform/meta/html/interaction/focus/processing-model/legend.html.ini new file mode 100644 index 0000000000..8db23931f1 --- /dev/null +++ b/testing/web-platform/meta/html/interaction/focus/processing-model/legend.html.ini @@ -0,0 +1,3 @@ +[legend.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/interaction/focus/processing-model/preventScroll-textarea.html.ini b/testing/web-platform/meta/html/interaction/focus/processing-model/preventScroll-textarea.html.ini new file mode 100644 index 0000000000..d55d29195a --- /dev/null +++ b/testing/web-platform/meta/html/interaction/focus/processing-model/preventScroll-textarea.html.ini @@ -0,0 +1,3 @@ +[preventScroll-textarea.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/interaction/focus/processing-model/preventScroll.html.ini b/testing/web-platform/meta/html/interaction/focus/processing-model/preventScroll.html.ini new file mode 100644 index 0000000000..cf468b054a --- /dev/null +++ b/testing/web-platform/meta/html/interaction/focus/processing-model/preventScroll.html.ini @@ -0,0 +1,3 @@ +[preventScroll.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/interaction/focus/processing-model/textarea-scroll-selection.html.ini b/testing/web-platform/meta/html/interaction/focus/processing-model/textarea-scroll-selection.html.ini new file mode 100644 index 0000000000..7b5fa76d13 --- /dev/null +++ b/testing/web-platform/meta/html/interaction/focus/processing-model/textarea-scroll-selection.html.ini @@ -0,0 +1,6 @@ +[textarea-scroll-selection.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [programatic focus() scrolls selection into view including ancestors] + expected: + if (os == "android") and debug: [PASS, FAIL] |