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

Side by Side 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 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 186
12 PASS axBounds.y is within 1 of 8
13 PASS axBounds.width is within 1 of 18
14 PASS axBounds.height is within 1 of 19
15
16 Testing bounds of word: another
17 PASS axBounds.x is within 1 of 111
18 PASS axBounds.y is within 1 of 8
19 PASS axBounds.width is within 1 of 45
20 PASS axBounds.height is within 1 of 19
21
22 Testing bounds of word: word
23 PASS axBounds.x is within 1 of 39
24 PASS axBounds.y is within 1 of 8
25 PASS axBounds.width is within 1 of 32
26 PASS axBounds.height is within 1 of 19
27
28 Testing bounds of word: מילה
29 PASS axBounds.x is within 1 of 8
30 PASS axBounds.y is within 1 of 8
31 PASS axBounds.width is within 1 of 27
32 PASS axBounds.height is within 1 of 19
33
34 Testing bounds of word: אחרת
35 PASS axBounds.x is within 1 of 75
36 PASS axBounds.y is within 1 of 8
37 PASS axBounds.width is within 1 of 32
38 PASS axBounds.height is within 1 of 19
39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698