Cargoify servo

This commit is contained in:
Jack Moffitt
2014-08-28 09:34:23 -06:00
parent db2f642c32
commit c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions

View File

@@ -0,0 +1,32 @@
[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