servo/tests/wpt/meta/html/interaction/focus/tabindex-focus-flag.html.ini
Abdelrahman Hossam 176e42d36d
script: Add FocusOptions argument to Element.focus and implement FocusOptions.preventScroll (#38495)
This is an implementation of the `prevent_scroll` feature in the focus
transaction system. It allows to control whether focusing an element
should prevent scrolling or not.

Spec:
https://html.spec.whatwg.org/multipage/interaction.html#dom-focusoptions-preventscroll
Testing: Existing WPT tests

Signed-off-by: abdelrahman1234567 <abdelrahman.hossameldin.awadalla@huawei.com>
2025-08-22 14:05:32 +00:00

33 lines
879 B
INI
Vendored

[tabindex-focus-flag.html]
[text with tabindex=invalid should not be focusable.]
expected: FAIL
[A with tabindex=invalid should not be focusable.]
expected: FAIL
[input[type="hidden"\] should not be focusable by default.]
expected: FAIL
[IMG with tabindex=invalid should not be focusable.]
expected: FAIL
[a with tabindex=invalid should not be focusable.]
expected: FAIL
[#summary-first should be focusable by default.]
expected: FAIL
[a should not be focusable by default.]
expected: FAIL
[[contenteditable\] should be focusable by default.]
expected: FAIL
[DIV with tabindex=invalid should not be focusable.]
expected: FAIL
[SUMMARY#summary-out-tabindex-invalid with tabindex=invalid should not be focusable.]
expected: FAIL
[a#with-href with tabindex=invalid should not be focusable.]
expected: FAIL