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

Side by Side Diff: LayoutTests/platform/win/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 8
14 PASS axBounds.width is within 2 of 22
15 PASS axBounds.height is within 2 of 19
16
17 Testing bounds of word two in horizontalParagraph
18 PASS axBounds.x is within 2 of 34
19 PASS axBounds.y is within 2 of 8
20 PASS axBounds.width is within 2 of 23
21 PASS axBounds.height is within 2 of 19
22
23 Testing bounds of word three in horizontalParagraph
24 PASS axBounds.x is within 2 of 123
25 PASS axBounds.y is within 2 of 8
26 PASS axBounds.width is within 2 of 30
27 PASS axBounds.height is within 2 of 19
28
29 Testing bounds of word four in horizontalParagraph
30 PASS axBounds.x is within 2 of 157
31 PASS axBounds.y is within 2 of 8
32 PASS axBounds.width is within 2 of 24
33 PASS axBounds.height is within 2 of 19
34
35 Testing bounds of word אחתשתיים in horizontalParagraph
36 PASS axBounds.x is within 2 of 61
37 PASS axBounds.y is within 2 of 8
38 PASS axBounds.width is within 2 of 58
39 PASS axBounds.height is within 2 of 19
40
41 Testing bounds of word שלושהארבעה in horizontalParagraph
42 PASS axBounds.x is within 2 of 185
43 PASS axBounds.y is within 2 of 8
44 PASS axBounds.width is within 2 of 77
45 PASS axBounds.height is within 2 of 19
46
47 Testing bounds of word one in verticalParagraph
48 PASS axBounds.x is within 2 of 24
49 PASS axBounds.y is within 2 of 44
50 PASS axBounds.width is within 2 of 19
51 PASS axBounds.height is within 2 of 22
52
53 Testing bounds of word two in verticalParagraph
54 PASS axBounds.x is within 2 of 24
55 PASS axBounds.y is within 2 of 70
56 PASS axBounds.width is within 2 of 19
57 PASS axBounds.height is within 2 of 23
58
59 Testing bounds of word three in verticalParagraph
60 PASS axBounds.x is within 2 of 24
61 PASS axBounds.y is within 2 of 159
62 PASS axBounds.width is within 2 of 19
63 PASS axBounds.height is within 2 of 30
64
65 Testing bounds of word four in verticalParagraph
66 PASS axBounds.x is within 2 of 24
67 PASS axBounds.y is within 2 of 193
68 PASS axBounds.width is within 2 of 19
69 PASS axBounds.height is within 2 of 24
70
71 Testing bounds of word אחתשתיים in verticalParagraph
72 PASS axBounds.x is within 2 of 24
73 PASS axBounds.y is within 2 of 97
74 PASS axBounds.width is within 2 of 19
75 PASS axBounds.height is within 2 of 58
76
77 Testing bounds of word שלושהארבעה in verticalParagraph
78 PASS axBounds.x is within 2 of 24
79 PASS axBounds.y is within 2 of 221
80 PASS axBounds.width is within 2 of 19
81 PASS axBounds.height is within 2 of 77
82 PASS successfullyParsed is true
83
84 TEST COMPLETE
85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698