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

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: Rebase Created 7 years, 2 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..6bc8fc1016a43fb2f3ed8f2270f19435a4a264a6
--- /dev/null
+++ b/LayoutTests/platform/linux/accessibility/inline-text-bidi-bounds-for-range-expected.txt
@@ -0,0 +1,85 @@
+one two אחתשתיים three four שלושהארבעה
+
+one two אחתשתיים three four שלושהארבעה
+
+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".
+
+
+
+Testing bounds of word one in horizontalParagraph
+PASS axBounds.x is within 2 of 8
+PASS axBounds.y is within 2 of 8
+PASS axBounds.width is within 2 of 22
+PASS axBounds.height is within 2 of 19
+
+Testing bounds of word two in horizontalParagraph
+PASS axBounds.x is within 2 of 34
+PASS axBounds.y is within 2 of 8
+PASS axBounds.width is within 2 of 23
+PASS axBounds.height is within 2 of 19
+
+Testing bounds of word three in horizontalParagraph
+PASS axBounds.x is within 2 of 123
+PASS axBounds.y is within 2 of 8
+PASS axBounds.width is within 2 of 30
+PASS axBounds.height is within 2 of 19
+
+Testing bounds of word four in horizontalParagraph
+PASS axBounds.x is within 2 of 157
+PASS axBounds.y is within 2 of 8
+PASS axBounds.width is within 2 of 24
+PASS axBounds.height is within 2 of 19
+
+Testing bounds of word אחתשתיים in horizontalParagraph
+PASS axBounds.x is within 2 of 61
+PASS axBounds.y is within 2 of 8
+PASS axBounds.width is within 2 of 58
+PASS axBounds.height is within 2 of 19
+
+Testing bounds of word שלושהארבעה in horizontalParagraph
+PASS axBounds.x is within 2 of 185
+PASS axBounds.y is within 2 of 8
+PASS axBounds.width is within 2 of 77
+PASS axBounds.height is within 2 of 19
+
+Testing bounds of word one in verticalParagraph
+PASS axBounds.x is within 2 of 24
+PASS axBounds.y is within 2 of 44
+PASS axBounds.width is within 2 of 19
+PASS axBounds.height is within 2 of 22
+
+Testing bounds of word two in verticalParagraph
+PASS axBounds.x is within 2 of 24
+PASS axBounds.y is within 2 of 70
+PASS axBounds.width is within 2 of 19
+PASS axBounds.height is within 2 of 23
+
+Testing bounds of word three in verticalParagraph
+PASS axBounds.x is within 2 of 24
+PASS axBounds.y is within 2 of 159
+PASS axBounds.width is within 2 of 19
+PASS axBounds.height is within 2 of 30
+
+Testing bounds of word four in verticalParagraph
+PASS axBounds.x is within 2 of 24
+PASS axBounds.y is within 2 of 193
+PASS axBounds.width is within 2 of 19
+PASS axBounds.height is within 2 of 24
+
+Testing bounds of word אחתשתיים in verticalParagraph
+PASS axBounds.x is within 2 of 24
+PASS axBounds.y is within 2 of 97
+PASS axBounds.width is within 2 of 19
+PASS axBounds.height is within 2 of 58
+
+Testing bounds of word שלושהארבעה in verticalParagraph
+PASS axBounds.x is within 2 of 24
+PASS axBounds.y is within 2 of 221
+PASS axBounds.width is within 2 of 19
+PASS axBounds.height is within 2 of 77
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698