OLD | NEW |
(Empty) | |
| 1 מילה word אחרת another ועוד yet אחת |
| 2 |
| 3 Tests that we can compute the bounds of a range of text from the accessibility t
ree in bidirectional text. |
| 4 |
| 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 6 |
| 7 |
| 8 Accessible text: "מילה word אחרת another ועוד yet אחת" |
| 9 |
| 10 Testing bounds of word: yet |
| 11 PASS axBounds.x is within 1 of 212 |
| 12 PASS axBounds.y is within 1 of 9 |
| 13 PASS axBounds.width is within 1 of 20 |
| 14 PASS axBounds.height is within 1 of 18 |
| 15 |
| 16 Testing bounds of word: another |
| 17 PASS axBounds.x is within 1 of 130 |
| 18 PASS axBounds.y is within 1 of 9 |
| 19 PASS axBounds.width is within 1 of 47 |
| 20 PASS axBounds.height is within 1 of 18 |
| 21 |
| 22 Testing bounds of word: word |
| 23 PASS axBounds.x is within 1 of 48 |
| 24 PASS axBounds.y is within 1 of 9 |
| 25 PASS axBounds.width is within 1 of 33 |
| 26 PASS axBounds.height is within 1 of 18 |
| 27 |
| 28 Testing bounds of word: מילה |
| 29 PASS axBounds.x is within 1 of 8 |
| 30 PASS axBounds.y is within 1 of 9 |
| 31 PASS axBounds.width is within 1 of 36.0703125 |
| 32 PASS axBounds.height is within 1 of 18 |
| 33 |
| 34 Testing bounds of word: אחרת |
| 35 PASS axBounds.x is within 1 of 85.0703125 |
| 36 PASS axBounds.y is within 1 of 9 |
| 37 PASS axBounds.width is within 1 of 40.96875 |
| 38 PASS axBounds.height is within 1 of 18 |
| 39 |
OLD | NEW |