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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 מילה word אחרת another ועוד yet אחת
2
3 Tests that we can compute the bounds of a range of text from the accessibility t ree in bidirectional text.
4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6
7
8 Accessible text: "מילה word אחרת another ועוד yet אחת"
9
10 Testing bounds of word: yet
11 PASS axBounds.x is within 1 of 212
12 PASS axBounds.y is within 1 of 9
13 PASS axBounds.width is within 1 of 20
14 PASS axBounds.height is within 1 of 18
15
16 Testing bounds of word: another
17 PASS axBounds.x is within 1 of 130
18 PASS axBounds.y is within 1 of 9
19 PASS axBounds.width is within 1 of 47
20 PASS axBounds.height is within 1 of 18
21
22 Testing bounds of word: word
23 PASS axBounds.x is within 1 of 48
24 PASS axBounds.y is within 1 of 9
25 PASS axBounds.width is within 1 of 33
26 PASS axBounds.height is within 1 of 18
27
28 Testing bounds of word: מילה
29 PASS axBounds.x is within 1 of 8
30 PASS axBounds.y is within 1 of 9
31 PASS axBounds.width is within 1 of 36.0703125
32 PASS axBounds.height is within 1 of 18
33
34 Testing bounds of word: אחרת
35 PASS axBounds.x is within 1 of 85.0703125
36 PASS axBounds.y is within 1 of 9
37 PASS axBounds.width is within 1 of 40.96875
38 PASS axBounds.height is within 1 of 18
39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698