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

Unified Diff: LayoutTests/platform/linux/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/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
+

Powered by Google App Engine
This is Rietveld 408576698