From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../focus-fixup-rule-one-no-dialogs.html.ini | 20 +++++++++++++++++ .../focus/processing-model/focusVisible.html.ini | 26 ++++++++++++++++++++++ .../processing-model/legend-focusable.html.ini | 5 +++++ .../focus/processing-model/legend.html.ini | 3 +++ .../preventScroll-textarea.html.ini | 3 +++ .../focus/processing-model/preventScroll.html.ini | 3 +++ .../textarea-scroll-selection.html.ini | 6 +++++ 7 files changed, 66 insertions(+) create mode 100644 testing/web-platform/meta/html/interaction/focus/processing-model/focus-fixup-rule-one-no-dialogs.html.ini create mode 100644 testing/web-platform/meta/html/interaction/focus/processing-model/focusVisible.html.ini create mode 100644 testing/web-platform/meta/html/interaction/focus/processing-model/legend-focusable.html.ini create mode 100644 testing/web-platform/meta/html/interaction/focus/processing-model/legend.html.ini create mode 100644 testing/web-platform/meta/html/interaction/focus/processing-model/preventScroll-textarea.html.ini create mode 100644 testing/web-platform/meta/html/interaction/focus/processing-model/preventScroll.html.ini create mode 100644 testing/web-platform/meta/html/interaction/focus/processing-model/textarea-scroll-selection.html.ini (limited to 'testing/web-platform/meta/html/interaction/focus/processing-model') 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
] + expected: FAIL + + [Disabling
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] -- cgit v1.2.3