[wpt-sync] Sync PR 45939 - Add missing ARIAMixin reflection tests
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45939 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45939
Details from upstream follow.
Nolan Lawson <nolan@nolanlawson.com> wrote:
Add missing ARIAMixin reflection tests
There are some IDL attribute reflections from
ARIAMixin
that are missing from these tests.I've also put the tests in spec order (
role
first, followed byaria-*
in alphabetical order), so that hopefully this kind of mistake is easier to catch in the future.There is some ongoing debate about
aria-relevant
(#43866), but for this PR, I have kept it as-is.
Assignee | ||
Updated•10 months ago
|
Assignee | ||
Comment 1•9 months ago
|
||
Assignee | ||
Comment 2•9 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 44 subtests
Status Summary
Firefox
OK
: 3
PASS
: 178
FAIL
: 7
Chrome
OK
: 3
PASS
: 177
FAIL
: 8
Safari
OK
: 3
PASS
: 174
FAIL
: 11
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /custom-elements/ElementInternals-accessibility.html [wpt.fyi]
- ariaControlsElements is defined in ElementInternals:
FAIL
linked bug:Bug 1760856 - ariaDescribedByElements is defined in ElementInternals:
FAIL
linked bug:Bug 1760856 - ariaDetailsElements is defined in ElementInternals:
FAIL
linked bug:Bug 1760856 - ariaErrorMessageElements is defined in ElementInternals:
FAIL
- ariaFlowToElements is defined in ElementInternals:
FAIL
linked bug:Bug 1760856 - ariaLabelledByElements is defined in ElementInternals:
FAIL
linked bug:Bug 1760856 - ariaOwnsElements is defined in ElementInternals:
FAIL
linked bug:Bug 1760856
- ariaControlsElements is defined in ElementInternals:
New Tests That Don't Pass
- /custom-elements/ElementInternals-accessibility.html [wpt.fyi]
- ariaControlsElements is defined in ElementInternals:
FAIL
(Chrome:PASS
, Safari:PASS
) - ariaDescribedByElements is defined in ElementInternals:
FAIL
(Chrome:PASS
, Safari:PASS
) - ariaDetailsElements is defined in ElementInternals:
FAIL
(Chrome:PASS
, Safari:PASS
) - ariaErrorMessageElements is defined in ElementInternals:
FAIL
(Chrome:PASS
, Safari:PASS
) - ariaFlowToElements is defined in ElementInternals:
FAIL
(Chrome:PASS
, Safari:PASS
) - ariaLabelledByElements is defined in ElementInternals:
FAIL
(Chrome:PASS
, Safari:PASS
) - ariaOwnsElements is defined in ElementInternals:
FAIL
(Chrome:PASS
, Safari:PASS
)
- ariaControlsElements is defined in ElementInternals:
Description
•