Index: LayoutTests/platform/linux/accessibility/inline-text-bidi-bounds-for-range-expected.txt |
diff --git a/LayoutTests/platform/linux/accessibility/inline-text-bidi-bounds-for-range-expected.txt b/LayoutTests/platform/linux/accessibility/inline-text-bidi-bounds-for-range-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1ef454daa8dc7847328c23d2b5c863f560086bab |
--- /dev/null |
+++ b/LayoutTests/platform/linux/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 186 |
+PASS axBounds.y is within 1 of 8 |
+PASS axBounds.width is within 1 of 18 |
+PASS axBounds.height is within 1 of 19 |
+ |
+Testing bounds of word: another |
+PASS axBounds.x is within 1 of 111 |
+PASS axBounds.y is within 1 of 8 |
+PASS axBounds.width is within 1 of 45 |
+PASS axBounds.height is within 1 of 19 |
+ |
+Testing bounds of word: word |
+PASS axBounds.x is within 1 of 39 |
+PASS axBounds.y is within 1 of 8 |
+PASS axBounds.width is within 1 of 32 |
+PASS axBounds.height is within 1 of 19 |
+ |
+Testing bounds of word: מילה |
+PASS axBounds.x is within 1 of 8 |
+PASS axBounds.y is within 1 of 8 |
+PASS axBounds.width is within 1 of 27 |
+PASS axBounds.height is within 1 of 19 |
+ |
+Testing bounds of word: אחרת |
+PASS axBounds.x is within 1 of 75 |
+PASS axBounds.y is within 1 of 8 |
+PASS axBounds.width is within 1 of 32 |
+PASS axBounds.height is within 1 of 19 |
+ |