| OLD | NEW |
| (Empty) |
| 1 | |
| 2 This tests that aria-invalid causes the right attribute to be returned and it en
sures a notification is sent when it changes. | |
| 3 | |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 5 | |
| 6 | |
| 7 PASS accessibilityController.focusedElement.stringAttributeValue('AXInvalid') is
'true' | |
| 8 PASS accessibilityController.focusedElement.stringAttributeValue('AXInvalid') is
'grammar' | |
| 9 PASS accessibilityController.focusedElement.stringAttributeValue('AXInvalid') is
'false' | |
| 10 PASS accessibilityController.focusedElement.stringAttributeValue('AXInvalid') is
'false' | |
| 11 PASS addedNotification is true | |
| 12 PASS successfullyParsed is true | |
| 13 | |
| 14 TEST COMPLETE | |
| 15 Notification received successfully. | |
| OLD | NEW |