Files
servo/tests/wpt/meta/shadow-dom/focus/DocumentOrShadowRoot-activeElement.html.ini
Martin Robinson f6e44fad29 script: Expose the tabIndex property on HTMLOrSVGElement (#42913)
This is exposes the `tabIndex` property for `HTMLOrSVGElement` according
to the HTML specification. This is the first step toward implementation
of tab navigation in Servo.

Testing: This causes many WPT subtests to start passing, but causes a
few to
start failing. This is likely because we do not have a full
implementation of
the `delegatesFocus` parameter of `attachShadow` yet.
Fixes: This is part of #25001 and #32169.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Oriol Brufau <obrufau@igalia.com>
2026-02-27 19:03:54 +00:00

13 lines
427 B
INI
Vendored

[DocumentOrShadowRoot-activeElement.html]
[activeElement on document & shadow root when focused element is in the shadow tree]
expected: FAIL
[activeElement on a neighboring host when focused element is in another shadow tree]
expected: FAIL
[activeElement when focused element is in a nested shadow tree]
expected: FAIL
[activeElement when focused element is in a parent shadow tree]
expected: FAIL