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

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: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 one two אחתשתיים three four שלושהארבעה
2
3 one two אחתשתיים three four שלושהארבעה
4
5 Tests that we can compute the bounds of a range of text from the accessibility t ree in bidirectional text.
6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8
9
10
11 Testing bounds of word one in horizontalParagraph
12 PASS axBounds.x is within 2 of 8
13 PASS axBounds.y is within 2 of 9
14 PASS axBounds.width is within 2 of 23
15 PASS axBounds.height is within 2 of 18
16
17 Testing bounds of word two in horizontalParagraph
18 PASS axBounds.x is within 2 of 35
19 PASS axBounds.y is within 2 of 9
20 PASS axBounds.width is within 2 of 24
21 PASS axBounds.height is within 2 of 18
22
23 Testing bounds of word three in horizontalParagraph
24 PASS axBounds.x is within 2 of 143
25 PASS axBounds.y is within 2 of 9
26 PASS axBounds.width is within 2 of 32
27 PASS axBounds.height is within 2 of 18
28
29 Testing bounds of word four in horizontalParagraph
30 PASS axBounds.x is within 2 of 178
31 PASS axBounds.y is within 2 of 9
32 PASS axBounds.width is within 2 of 27
33 PASS axBounds.height is within 2 of 18
34
35 Testing bounds of word אחתשתיים in horizontalParagraph
36 PASS axBounds.x is within 2 of 63
37 PASS axBounds.y is within 2 of 9
38 PASS axBounds.width is within 2 of 77
39 PASS axBounds.height is within 2 of 18
40
41 Testing bounds of word שלושהארבעה in horizontalParagraph
42 PASS axBounds.x is within 2 of 208
43 PASS axBounds.y is within 2 of 9
44 PASS axBounds.width is within 2 of 97.1875
45 PASS axBounds.height is within 2 of 18
46
47 Testing bounds of word one in verticalParagraph
48 PASS axBounds.x is within 2 of 25
49 PASS axBounds.y is within 2 of 43
50 PASS axBounds.width is within 2 of 18
51 PASS axBounds.height is within 2 of 23
52
53 Testing bounds of word two in verticalParagraph
54 PASS axBounds.x is within 2 of 25
55 PASS axBounds.y is within 2 of 70
56 PASS axBounds.width is within 2 of 18
57 PASS axBounds.height is within 2 of 24
58
59 Testing bounds of word three in verticalParagraph
60 PASS axBounds.x is within 2 of 25
61 PASS axBounds.y is within 2 of 178
62 PASS axBounds.width is within 2 of 18
63 PASS axBounds.height is within 2 of 32
64
65 Testing bounds of word four in verticalParagraph
66 PASS axBounds.x is within 2 of 25
67 PASS axBounds.y is within 2 of 213
68 PASS axBounds.width is within 2 of 18
69 PASS axBounds.height is within 2 of 27
70
71 Testing bounds of word אחתשתיים in verticalParagraph
72 PASS axBounds.x is within 2 of 25
73 PASS axBounds.y is within 2 of 98
74 PASS axBounds.width is within 2 of 18
75 PASS axBounds.height is within 2 of 77
76
77 Testing bounds of word שלושהארבעה in verticalParagraph
78 PASS axBounds.x is within 2 of 25
79 PASS axBounds.y is within 2 of 243
80 PASS axBounds.width is within 2 of 18
81 PASS axBounds.height is within 2 of 97.1875
82 PASS successfullyParsed is true
83
84 TEST COMPLETE
85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698