From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../meta/html/dom/aria-element-reflection.html.ini | 55 +++++++++++----------- 1 file changed, 28 insertions(+), 27 deletions(-) (limited to 'testing/web-platform/meta/html/dom/aria-element-reflection.html.ini') diff --git a/testing/web-platform/meta/html/dom/aria-element-reflection.html.ini b/testing/web-platform/meta/html/dom/aria-element-reflection.html.ini index e59f2ea938..ad3b5c86ed 100644 --- a/testing/web-platform/meta/html/dom/aria-element-reflection.html.ini +++ b/testing/web-platform/meta/html/dom/aria-element-reflection.html.ini @@ -1,31 +1,11 @@ [aria-element-reflection.html] - [aria-activedescendant element reflection] - expected: FAIL - - [If the content attribute is set directly, the IDL attribute getter always returns the first element whose ID matches the content attribute.] - expected: FAIL - - [Setting the IDL attribute to an element which is not the first element in DOM order with its ID causes the content attribute to be an empty string] - expected: FAIL - - [Setting an element reference that crosses into a shadow tree is disallowed, but setting one that is in a shadow inclusive ancestor is allowed.] - expected: FAIL - + prefs: [accessibility.ARIAElementReflection.enabled:true] [aria-errormessage] expected: FAIL [aria-details] expected: FAIL - [Reparenting an element into a descendant shadow scope hides the element reference.] - expected: FAIL - - [Reparenting referenced element cannot cause retargeting of reference.] - expected: FAIL - - [Element reference set in invalid scope remains intact throughout move to valid scope.] - expected: FAIL - [aria-labelledby.] expected: FAIL @@ -50,17 +30,38 @@ [Moving explicitly set elements around within the same scope, and removing from the DOM.] expected: FAIL - [Attaching element reference before it's inserted into the DOM.] + [Passing values of the wrong type should throw a TypeError] expected: FAIL + [Reparenting an element into a descendant shadow scope hides the element reference.] + expected: [PASS, FAIL] + + [Reparenting referenced element cannot cause retargeting of reference.] + expected: [PASS, FAIL] + + [Setting the IDL attribute to an element which is not the first element in DOM order with its ID causes the content attribute to be an empty string] + expected: [PASS, FAIL] + + [If the content attribute is set directly, the IDL attribute getter always returns the first element whose ID matches the content attribute.] + expected: [PASS, FAIL] + + [Element reference set in invalid scope remains intact throughout move to valid scope.] + expected: [PASS, FAIL] + [Cross-document references and moves.] - expected: FAIL + expected: [PASS, FAIL] [Deleting a reflected element should return null for the IDL attribute and the content attribute will be empty.] - expected: FAIL + expected: [PASS, FAIL] + + [Attaching element reference before it's inserted into the DOM.] + expected: [PASS, FAIL] + + [Setting an element reference that crosses into a shadow tree is disallowed, but setting one that is in a shadow inclusive ancestor is allowed.] + expected: [PASS, FAIL] [Changing the ID of an element doesn't lose the reference.] - expected: FAIL + expected: [PASS, FAIL] - [Passing values of the wrong type should throw a TypeError] - expected: FAIL + [aria-activedescendant element reflection] + expected: [PASS, FAIL] -- cgit v1.2.3