Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Unified Diff: LayoutTests/platform/mac/accessibility/inline-text-bidi-bounds-for-range-expected.txt

Issue 23983002: Expose InlineTextBoxes in the accessibility tree. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove platform differences from inline-text-textarea output Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698