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-navigation-with-delegatesFocus.html.ini | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 testing/web-platform/meta/shadow-dom/focus-navigation/focus-navigation-with-delegatesFocus.html.ini (limited to 'testing/web-platform/meta/shadow-dom/focus-navigation/focus-navigation-with-delegatesFocus.html.ini') diff --git a/testing/web-platform/meta/shadow-dom/focus-navigation/focus-navigation-with-delegatesFocus.html.ini b/testing/web-platform/meta/shadow-dom/focus-navigation/focus-navigation-with-delegatesFocus.html.ini new file mode 100644 index 0000000000..937b7a7933 --- /dev/null +++ b/testing/web-platform/meta/shadow-dom/focus-navigation/focus-navigation-with-delegatesFocus.html.ini @@ -0,0 +1,38 @@ +[focus-navigation-with-delegatesFocus.html] + expected: + if (os == "mac") and not debug: TIMEOUT + [Testing tab navigation order with mode closed, no tabindex and delegatesFocus=true.] + expected: + if (os == "mac") and not debug: [TIMEOUT, NOTRUN, PASS] + + [Testing tab navigation order with mode closed, tabindex=0 and delegatesFocus=false.] + expected: + if (os == "mac") and not debug: [NOTRUN, PASS, TIMEOUT] + + [Testing tab navigation order with mode closed, tabindex=0 and delegatesFocus=true.] + expected: + if (os == "mac") and not debug: [NOTRUN, TIMEOUT] + + [Testing tab navigation order with mode closed, tabindex=-1 and delegatesFocus=false.] + expected: + if (os == "mac") and not debug: NOTRUN + + [Testing tab navigation order with mode closed, tabindex=-1 and delegatesFocus=true.] + expected: + if (os == "mac") and not debug: NOTRUN + + [Testing tab navigation order with mode closed, tabindex=1 and delegatesFocus=false.] + expected: + if (os == "mac") and not debug: NOTRUN + + [Testing tab navigation order with mode closed, tabindex=1 and delegatesFocus=true.] + expected: + if (os == "mac") and not debug: NOTRUN + + [Testing tab navigation order with mode closed, no tabindex and delegatesFocus=false.] + expected: + if (os == "mac") and not debug: [PASS, NOTRUN, TIMEOUT] + + [Testing tab navigation order with mode open, tabindex=1 and delegatesFocus=true.] + expected: + if (os == "mac") and not debug: [PASS, TIMEOUT] -- cgit v1.2.3