| OLD | NEW |
| 1 Before | 1 Before |
| 2 | 2 |
| 3 After | 3 After |
| 4 | 4 |
| 5 End of test | 5 End of test |
| 6 | 6 |
| 7 This tests that deleting an iframe doesn't cause the accessibility cache to be d
estroyed and recreated. | 7 This tests that deleting an iframe doesn't cause the accessibility cache to be d
estroyed and recreated. |
| 8 | 8 |
| 9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 10 | 10 |
| 11 | 11 |
| 12 PASS successfullyParsed is true |
| 13 |
| 14 TEST COMPLETE |
| 12 | 15 |
| 13 Before: | 16 Before: |
| 14 AXRole: AXWebArea AXValue: | 17 AXRole: AXWebArea AXValue: |
| 15 AXRole: AXWebArea AXValue: | 18 AXRole: AXWebArea AXValue: |
| 16 AXRole: AXParagraph AXValue: | 19 AXRole: AXParagraph AXValue: |
| 17 AXRole: AXStaticText AXValue: Before | 20 AXRole: AXStaticText AXValue: Before |
| 18 AXRole: AXInlineTextBox AXValue: Before | 21 AXRole: AXInlineTextBox AXValue: Before |
| 19 AXRole: AXGroup AXValue: | 22 AXRole: AXGroup AXValue: |
| 20 AXRole: AXUnknown AXValue: | 23 AXRole: AXUnknown AXValue: |
| 21 AXRole: AXScrollArea AXValue: | 24 AXRole: AXScrollArea AXValue: |
| (...skipping 20 matching lines...) Expand all Loading... |
| 42 | 45 |
| 43 PASS frameBodyRole == frameBody.role is false | 46 PASS frameBodyRole == frameBody.role is false |
| 44 PASS frameGroupRole == frameGroup.role is false | 47 PASS frameGroupRole == frameGroup.role is false |
| 45 PASS frameButtonRole == frameButton.role is false | 48 PASS frameButtonRole == frameButton.role is false |
| 46 PASS body.isEqual(newBody) is true | 49 PASS body.isEqual(newBody) is true |
| 47 PASS before.isEqual(newBefore) is true | 50 PASS before.isEqual(newBefore) is true |
| 48 PASS after.isEqual(newAfter) is true | 51 PASS after.isEqual(newAfter) is true |
| 49 | 52 |
| 50 TEST COMPLETE | 53 TEST COMPLETE |
| 51 | 54 |
| OLD | NEW |