| OLD | NEW |
| 1 This tests that option-tab moves you from a text field to a link, but plain old
tab does not. | 1 This tests that option-tab moves you from a text field to a link, but plain old
tab does not. |
| 2 | 2 |
| 3 Note: Option is the Mac name for what other platforms call Alt. | 3 Note: Option is the Mac name for what other platforms call Alt. |
| 4 | 4 |
| 5 link link | 5 link link |
| 6 SUCCESS: Option-tab did tab to the link (textField). | 6 FAIL: Option-tab did not tab to the link (textField). |
| 7 SUCCESS: Plain old tab did not tab to the link (textField). | 7 SUCCESS: Plain old tab did not tab to the link (textField). |
| 8 SUCCESS: Option-tab did tab to the link (searchField). | 8 FAIL: Option-tab did not tab to the link (searchField). |
| 9 SUCCESS: Plain old tab did not tab to the link (searchField). | 9 SUCCESS: Plain old tab did not tab to the link (searchField). |
| 10 | 10 |
| OLD | NEW |