Bug 1895775 - Remove non-intermittent aria element reflection tests from metadata. r=Sasha

Differential Revision: https://phabricator.services.mozilla.com/D209849
This commit is contained in:
Eitan Isaacson 2024-05-13 20:53:51 +00:00
parent b911196ab7
commit 262ab1eb30
4 changed files with 1 additions and 44 deletions

View file

@ -1,4 +1,5 @@
[ElementInternals-accessibility.html]
prefs: [accessibility.ARIAElementReflection.enabled:true]
[ariaControlsElements is defined in ElementInternals]
expected: FAIL
@ -20,5 +21,3 @@
[ariaErrorMessageElements is defined in ElementInternals]
expected: FAIL
[ariaActiveDescendantElement is defined in ElementInternals]
expected: [PASS, FAIL]

View file

@ -2,6 +2,3 @@
prefs: [accessibility.ARIAElementReflection.enabled:true]
[Element references should stay valid when content is disconnected (element array)]
expected: FAIL
[Element references should stay valid when content is disconnected (single element)]
expected: [PASS, FAIL]

View file

@ -32,36 +32,3 @@
[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: [PASS, FAIL]
[Deleting a reflected element should return null for the IDL attribute and the content attribute will be empty.]
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: [PASS, FAIL]
[aria-activedescendant element reflection]
expected: [PASS, FAIL]

View file

@ -41,9 +41,3 @@
[Element interface: element must inherit property "ariaErrorMessageElements" with the proper type]
expected: FAIL
[Element interface: element must inherit property "ariaActiveDescendantElement" with the proper type]
expected: [PASS, FAIL]
[Element interface: attribute ariaActiveDescendantElement]
expected: [PASS, FAIL]