| OLD | NEW |
| 1 This test ensures that a change to any ARIA attribute, not just a state, sends a
notification. | 1 This test ensures that a change to any ARIA attribute, not just a state, sends a
notification. |
| 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 | 6 |
| 7 Got AriaAttributeChanged notification on aria-busy | 7 Got AriaAttributeChanged notification on aria-busy |
| 8 Got AriaAttributeChanged notification on aria-disabled | 8 Got AriaAttributeChanged notification on aria-disabled |
| 9 Got AriaAttributeChanged notification on aria-readonly | 9 Got AriaAttributeChanged notification on aria-readonly |
| 10 Got AriaAttributeChanged notification on aria-required | 10 Got AriaAttributeChanged notification on aria-required |
| 11 All notifications received successfully. | 11 All notifications received successfully. |
| 12 PASS successfullyParsed is true | 12 PASS successfullyParsed is true |
| 13 | 13 |
| 14 TEST COMPLETE | 14 TEST COMPLETE |
| 15 | 15 |
| OLD | NEW |