OLD | NEW |
1 This paragraph contains two lines of text. One more sentence. | 1 This paragraph contains two lines of text. One more sentence. |
2 | 2 |
3 Tests that accessible inline text boxes update when a static text node changes. | 3 Tests that accessible inline text boxes update when a static text node changes. |
4 | 4 |
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
6 | 6 |
7 | 7 |
8 PASS axStaticText.childrenCount is 2 | 8 PASS axStaticText.childrenCount is 2 |
9 PASS axInlineBefore0.stringValue is 'AXValue: This paragraph contains ' | 9 PASS axInlineBefore0.name is 'This paragraph contains ' |
10 PASS axInlineBefore1.stringValue is 'AXValue: two lines of text.' | 10 PASS axInlineBefore1.name is 'two lines of text.' |
11 PASS axStaticText.childrenCount is 3 | 11 PASS axStaticText.childrenCount is 3 |
12 PASS axInlineAfter0.stringValue is 'AXValue: This paragraph contains ' | 12 PASS axInlineAfter0.name is 'This paragraph contains ' |
13 PASS axInlineAfter1.stringValue is 'AXValue: two lines of text. One ' | 13 PASS axInlineAfter1.name is 'two lines of text. One ' |
14 PASS axInlineAfter2.stringValue is 'AXValue: more sentence.' | 14 PASS axInlineAfter2.name is 'more sentence.' |
15 PASS axInlineBefore1.stringValue is 'AXValue: ' | 15 PASS axInlineBefore1.name is '' |
16 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
17 | 17 |
18 TEST COMPLETE | 18 TEST COMPLETE |
19 | 19 |
OLD | NEW |