OLD | NEW |
1 | 1 |
2 Demonstrates that accessible inline text boxes can be found within an input type
=text. | 2 Demonstrates that accessible inline text boxes can be found within an input type
=text. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
7 PASS axInlineTextBox.role is 'AXRole: AXInlineTextBox' | 7 PASS axInlineTextBox.role is 'AXRole: AXInlineTextBox' |
8 PASS axInlineTextBox.stringValue is 'AXValue: Value' | 8 PASS axInlineTextBox.name is 'Value' |
9 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
10 | 10 |
11 TEST COMPLETE | 11 TEST COMPLETE |
12 | 12 |
OLD | NEW |