Files
servo/tests/wpt/metadata/html/semantics/disabled-elements/disabledElement.html.ini
Jack Moffitt c6ab60dbfc Cargoify servo
2014-09-08 20:21:42 -06:00

33 lines
748 B
INI

[disabledElement.html]
type: testharness
[The body element must be the active element if no element is focused]
expected: FAIL
[A disabled <button> should not be focusable]
expected: FAIL
[A disabled <input> should not be focusable]
expected: FAIL
[A disabled <select> should not be focusable]
expected: FAIL
[A disabled <optgroup> should not be focusable]
expected: FAIL
[A disabled <option> should not be focusable]
expected: FAIL
[A disabled <textarea> should not be focusable]
expected: FAIL
[A disabled <input[type=radio\]> should not be focusable]
expected: FAIL
[A disabled <a> should be focusable]
expected: FAIL
[A disabled <span> should be focusable]
expected: FAIL