| OLD | NEW |
| 1 Default value of tabIndex IDL attribute | 1 Default value of tabIndex IDL attribute |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS anchor.tabIndex is 0 | 6 PASS anchor.tabIndex is 0 |
| 7 PASS button.tabIndex is 0 | 7 PASS button.tabIndex is 0 |
| 8 PASS input.tabIndex is 0 | 8 PASS input.tabIndex is 0 |
| 9 PASS select.tabIndex is 0 | 9 PASS select.tabIndex is 0 |
| 10 PASS textarea.tabIndex is 0 | 10 PASS textarea.tabIndex is 0 |
| 11 PASS editableDiv.tabIndex is 0 | 11 FAIL editableDiv.tabIndex should be 0. Was -1. |
| 12 PASS normalDiv.tabIndex is -1 | 12 PASS normalDiv.tabIndex is -1 |
| 13 PASS anchor.setAttribute("tabindex", "invalid"); anchor.tabIndex is 0 | 13 PASS anchor.setAttribute("tabindex", "invalid"); anchor.tabIndex is 0 |
| 14 PASS button.setAttribute("tabindex", "invalid"); button.tabIndex is 0 | 14 PASS button.setAttribute("tabindex", "invalid"); button.tabIndex is 0 |
| 15 PASS input.setAttribute("tabindex", "invalid"); input.tabIndex is 0 | 15 PASS input.setAttribute("tabindex", "invalid"); input.tabIndex is 0 |
| 16 PASS select.setAttribute("tabindex", "invalid"); select.tabIndex is 0 | 16 PASS select.setAttribute("tabindex", "invalid"); select.tabIndex is 0 |
| 17 PASS textarea.setAttribute("tabindex", "invalid"); textarea.tabIndex is 0 | 17 PASS textarea.setAttribute("tabindex", "invalid"); textarea.tabIndex is 0 |
| 18 PASS editableDiv.setAttribute("tabindex", "invalid"); editableDiv.tabIndex is 0 | 18 FAIL editableDiv.setAttribute("tabindex", "invalid"); editableDiv.tabIndex shoul
d be 0. Was -1. |
| 19 PASS normalDiv.setAttribute("tabindex", "invalid"); normalDiv.tabIndex is -1 | 19 PASS normalDiv.setAttribute("tabindex", "invalid"); normalDiv.tabIndex is -1 |
| 20 PASS anchor.setAttribute("tabindex", "9999999999"); anchor.tabIndex is 0 | 20 PASS anchor.setAttribute("tabindex", "9999999999"); anchor.tabIndex is 0 |
| 21 PASS button.setAttribute("tabindex", "9999999999"); button.tabIndex is 0 | 21 PASS button.setAttribute("tabindex", "9999999999"); button.tabIndex is 0 |
| 22 PASS input.setAttribute("tabindex", "9999999999"); input.tabIndex is 0 | 22 PASS input.setAttribute("tabindex", "9999999999"); input.tabIndex is 0 |
| 23 PASS select.setAttribute("tabindex", "9999999999"); select.tabIndex is 0 | 23 PASS select.setAttribute("tabindex", "9999999999"); select.tabIndex is 0 |
| 24 PASS textarea.setAttribute("tabindex", "9999999999"); textarea.tabIndex is 0 | 24 PASS textarea.setAttribute("tabindex", "9999999999"); textarea.tabIndex is 0 |
| 25 PASS editableDiv.setAttribute("tabindex", "9999999999"); editableDiv.tabIndex is
0 | 25 FAIL editableDiv.setAttribute("tabindex", "9999999999"); editableDiv.tabIndex sh
ould be 0. Was -1. |
| 26 PASS normalDiv.setAttribute("tabindex", "9999999999"); normalDiv.tabIndex is -1 | 26 PASS normalDiv.setAttribute("tabindex", "9999999999"); normalDiv.tabIndex is -1 |
| 27 PASS successfullyParsed is true | 27 PASS successfullyParsed is true |
| 28 | 28 |
| 29 TEST COMPLETE | 29 TEST COMPLETE |
| 30 | 30 |
| OLD | NEW |