| OLD | NEW |
| (Empty) |
| 1 This test makes sure that focusable elements in canvas fallback content are focu
sable. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 link1 should be focusable. | |
| 7 PASS document.activeElement == element is true | |
| 8 | |
| 9 button1 should be focusable. | |
| 10 PASS document.activeElement == element is true | |
| 11 | |
| 12 text1 should be focusable. | |
| 13 PASS document.activeElement == element is true | |
| 14 | |
| 15 checkbox1 should be focusable. | |
| 16 PASS document.activeElement == element is true | |
| 17 | |
| 18 radio1 should be focusable. | |
| 19 PASS document.activeElement == element is true | |
| 20 | |
| 21 slider1 should be focusable. | |
| 22 PASS document.activeElement == element is true | |
| 23 | |
| 24 submit1 should be focusable. | |
| 25 PASS document.activeElement == element is true | |
| 26 | |
| 27 combobox1 should be focusable. | |
| 28 PASS document.activeElement == element is true | |
| 29 | |
| 30 listbox1 should be focusable. | |
| 31 PASS document.activeElement == element is true | |
| 32 | |
| 33 textarea1 should be focusable. | |
| 34 PASS document.activeElement == element is true | |
| 35 | |
| 36 focusable1 should be focusable. | |
| 37 PASS document.activeElement == element is true | |
| 38 | |
| 39 link2 should be focusable. | |
| 40 PASS document.activeElement == element is true | |
| 41 | |
| 42 button2 should be focusable. | |
| 43 PASS document.activeElement == element is true | |
| 44 | |
| 45 text2 should be focusable. | |
| 46 PASS document.activeElement == element is true | |
| 47 | |
| 48 checkbox2 should be focusable. | |
| 49 PASS document.activeElement == element is true | |
| 50 | |
| 51 radio2 should be focusable. | |
| 52 PASS document.activeElement == element is true | |
| 53 | |
| 54 slider2 should be focusable. | |
| 55 PASS document.activeElement == element is true | |
| 56 | |
| 57 submit2 should be focusable. | |
| 58 PASS document.activeElement == element is true | |
| 59 | |
| 60 combobox2 should be focusable. | |
| 61 PASS document.activeElement == element is true | |
| 62 | |
| 63 listbox2 should be focusable. | |
| 64 PASS document.activeElement == element is true | |
| 65 | |
| 66 textarea2 should be focusable. | |
| 67 PASS document.activeElement == element is true | |
| 68 | |
| 69 focusable2 should be focusable. | |
| 70 PASS document.activeElement == element is true | |
| 71 | |
| 72 linkInHiddenCanvas should not be focusable. | |
| 73 PASS document.activeElement == previousFocusedElement is true | |
| 74 | |
| 75 PASS successfullyParsed is true | |
| 76 | |
| 77 TEST COMPLETE | |
| 78 | |
| OLD | NEW |