mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
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>
33 lines
879 B
INI
Vendored
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
|