mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Don't allow disabled fields to be focused
This commit is contained in:
parent
35fb516662
commit
4e63a5063e
4 changed files with 58 additions and 21 deletions
|
@ -2,4 +2,10 @@
|
|||
type: testharness
|
||||
[input3 has the attribute autofocus]
|
||||
expected: FAIL
|
||||
[tabindex attribute makes the element focusable]
|
||||
expected: FAIL
|
||||
[editable elements are focusable]
|
||||
expected: FAIL
|
||||
[':focus' matches focussed body with tabindex]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue