| OLD | NEW |
| (Empty) | |
| 1 This tests that inert elements are not in the AT tree. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS accessibilityController.accessibleElementById('input') is non-null. |
| 7 PASS treeContainsText(webArea, 'This content should not be exposed to AT when a
modal dialog is open') is true |
| 8 PASS accessibilityController.accessibleElementById('input') is null |
| 9 PASS treeContainsText(webArea, 'This content should not be exposed to AT when a
modal dialog is open') is false |
| 10 PASS accessibilityController.accessibleElementById('input') is non-null. |
| 11 PASS treeContainsText(webArea, 'This content should not be exposed to AT when a
modal dialog is open') is true |
| 12 PASS successfullyParsed is true |
| 13 |
| 14 TEST COMPLETE |
| 15 This content should not be exposed to AT when a modal dialog is open. |
| 16 |
| OLD | NEW |