Index: LayoutTests/platform/mac/accessibility/inline-text-bidi-bounds-for-range-expected.txt |
diff --git a/LayoutTests/platform/mac/accessibility/inline-text-bidi-bounds-for-range-expected.txt b/LayoutTests/platform/mac/accessibility/inline-text-bidi-bounds-for-range-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4f4b747cb09639bc63958cd660f9b5bbff2ebd8d |
--- /dev/null |
+++ b/LayoutTests/platform/mac/accessibility/inline-text-bidi-bounds-for-range-expected.txt |
@@ -0,0 +1,39 @@ |
+מילה word אחרת another ועוד yet אחת |
+ |
+Tests that we can compute the bounds of a range of text from the accessibility tree in bidirectional text. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+Accessible text: "מילה word אחרת another ועוד yet אחת" |
+ |
+Testing bounds of word: yet |
+PASS axBounds.x is within 1 of 212 |
+PASS axBounds.y is within 1 of 9 |
+PASS axBounds.width is within 1 of 20 |
+PASS axBounds.height is within 1 of 18 |
+ |
+Testing bounds of word: another |
+PASS axBounds.x is within 1 of 130 |
+PASS axBounds.y is within 1 of 9 |
+PASS axBounds.width is within 1 of 47 |
+PASS axBounds.height is within 1 of 18 |
+ |
+Testing bounds of word: word |
+PASS axBounds.x is within 1 of 48 |
+PASS axBounds.y is within 1 of 9 |
+PASS axBounds.width is within 1 of 33 |
+PASS axBounds.height is within 1 of 18 |
+ |
+Testing bounds of word: מילה |
+PASS axBounds.x is within 1 of 8 |
+PASS axBounds.y is within 1 of 9 |
+PASS axBounds.width is within 1 of 36.0703125 |
+PASS axBounds.height is within 1 of 18 |
+ |
+Testing bounds of word: אחרת |
+PASS axBounds.x is within 1 of 85.0703125 |
+PASS axBounds.y is within 1 of 9 |
+PASS axBounds.width is within 1 of 40.96875 |
+PASS axBounds.height is within 1 of 18 |
+ |