New wpt failures in /html/dom/aria-element-reflection.html
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [wpt])
Syncing wpt PR 43863 found new untriaged test failures in CI
Tests Affected
New Tests That Don't Pass
- /html/dom/aria-element-reflection.html [wpt.fyi]
- aria-activedescendant element reflection:
FAIL
(Chrome:PASS
) - If the content attribute is set directly, the IDL attribute getter always returns the first element whose ID matches the content attribute.:
FAIL
(Chrome:PASS
) - 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:
FAIL
(Chrome:PASS
) - Setting an element reference that crosses into a shadow tree is disallowed, but setting one that is in a shadow inclusive ancestor is allowed.:
FAIL
(Chrome:PASS
) - aria-errormessage:
FAIL
(Chrome:PASS
) - aria-details:
FAIL
(Chrome:PASS
) - Deleting a reflected element should return null for the IDL attribute and the content attribute will be empty.:
FAIL
(Chrome:PASS
) - Changing the ID of an element doesn't lose the reference.:
FAIL
(Chrome:PASS
) - Reparenting an element into a descendant shadow scope hides the element reference.:
FAIL
(Chrome:PASS
) - Reparenting referenced element cannot cause retargeting of reference.:
FAIL
(Chrome:PASS
) - Element reference set in invalid scope remains intact throughout move to valid scope.:
FAIL
(Chrome:PASS
) - aria-controls.:
FAIL
(Chrome:PASS
) - aria-describedby.:
FAIL
(Chrome:PASS
) - aria-flowto.:
FAIL
(Chrome:PASS
) - aria-owns.:
FAIL
(Chrome:PASS
) - shadow DOM behaviour for FrozenArray element reflection.:
FAIL
(Chrome:PASS
) - Moving explicitly set elements across shadow DOM boundaries.:
FAIL
(Chrome:PASS
) - Moving explicitly set elements around within the same scope, and removing from the DOM.:
FAIL
(Chrome:PASS
) - Attaching element reference before it's inserted into the DOM.:
FAIL
(Chrome:PASS
) - Cross-document references and moves.:
FAIL
(Chrome:PASS
) - Passing values of the wrong type should throw a TypeError:
FAIL
(Chrome:PASS
)
- aria-activedescendant element reflection:
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1873127 lands.
Note: this bug is for tracking fixing the issues and is not
owned by the wpt sync bot.
This bug is linked to the relevant tests by an annotation in
https://github.com/web-platform-tests/wpt-metadata. These annotations
can be edited using the wpt interop dashboard
https://jgraham.github.io/wptdash/
If this bug is split into multiple bugs, please also update the
annotations, otherwise we are unable to track which wpt issues are
already triaged. Resolving as duplicate or closing this issue should
be cause the bot to automatically update or remove the annotation.
Updated•10 months ago
|
Updated•8 months ago
|
Comment 1•3 months ago
|
||
This has been fixed in bug 1769586.
Description
•