| OLD | NEW |
| 1 # The spec states that <bdo> should have a role of AXGroup, but that seems | 1 # The spec states that <bdo> should have a role of AXGroup, but that seems |
| 2 # wrong, so we assume this is correct. | 2 # wrong, so we assume this is correct. |
| 3 AXWebArea | 3 AXWebArea |
| 4 AXGroup | 4 ++AXGroup |
| 5 AXStaticText AXValue='Some LTR text' | 5 ++++AXStaticText AXValue='Some LTR text' |
| 6 AXStaticText AXValue='Some RTL text ' | 6 ++++AXStaticText AXValue='Some RTL text ' |
| 7 AXStaticText AXValue='with some LTR text embedded' | 7 ++++AXStaticText AXValue='with some LTR text embedded' |
| OLD | NEW |