OLD | NEW |
| (Empty) |
1 Before | |
2 | |
3 After | |
4 | |
5 End of test | |
6 | |
7 This tests that deleting an iframe doesn't cause the accessibility cache to be d
estroyed and recreated. | |
8 | |
9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
10 | |
11 | |
12 PASS successfullyParsed is true | |
13 | |
14 TEST COMPLETE | |
15 | |
16 Before: | |
17 AXRole: AXWebArea | |
18 AXRole: AXParagraph | |
19 AXRole: AXStaticText "Before" | |
20 AXRole: AXInlineTextBox "Before" | |
21 AXRole: AXGroup | |
22 AXRole: AXUnknown | |
23 AXRole: AXWebArea | |
24 AXRole: AXGroup | |
25 AXRole: AXButton "Click me" | |
26 AXRole: AXParagraph | |
27 AXRole: AXStaticText "After" | |
28 AXRole: AXInlineTextBox "After" | |
29 AXRole: AXParagraph | |
30 AXRole: AXStaticText "End of test" | |
31 | |
32 After: | |
33 AXRole: AXWebArea | |
34 AXRole: AXParagraph | |
35 AXRole: AXStaticText "Before" | |
36 AXRole: AXInlineTextBox "Before" | |
37 AXRole: AXParagraph | |
38 AXRole: AXStaticText "After" | |
39 AXRole: AXInlineTextBox "After" | |
40 AXRole: AXParagraph | |
41 AXRole: AXStaticText "End of test" | |
42 | |
43 PASS frameBodyRole == frameBody.role is false | |
44 PASS frameGroupRole == frameGroup.role is false | |
45 PASS frameButtonRole == frameButton.role is false | |
46 PASS before.isEqual(newBefore) is true | |
47 PASS after.isEqual(newAfter) is true | |
48 | |
49 TEST COMPLETE | |
50 | |
OLD | NEW |