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

Side by Side Diff: LayoutTests/platform/win/accessibility/inline-text-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 The Hitchhiker's Guide to the Galaxy has a few things to say on the subject of r esumés. A resumé, it says, is about the most massively useful thing an interstel lar hitch hiker can have.
2
3 Tests that we can compute the bounds of a range of text from the accessibility t ree.
4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6
7
8 PASS text.length is 185
9 Accessible text: "The Hitchhiker's Guide to the Galaxy has a few things to say o n the subject of resumés. A resumé, it says, is about the most massively useful thing an interstellar hitch hiker can have."
10 PASS appendedInlineText is text
11
12 Testing bounds of word: The
13 PASS axBounds.x is within 1 of 8
14 PASS axBounds.y is within 1 of 8
15 PASS axBounds.width is within 1 of 23
16 PASS axBounds.height is within 1 of 19
17
18 Testing bounds of word: Hitchhiker
19 PASS axBounds.x is within 1 of 35
20 PASS axBounds.y is within 1 of 8
21 PASS axBounds.width is within 1 of 62
22 PASS axBounds.height is within 1 of 19
23
24 Testing bounds of word: Guide
25 PASS axBounds.x is within 1 of 110
26 PASS axBounds.y is within 1 of 8
27 PASS axBounds.width is within 1 of 36
28 PASS axBounds.height is within 1 of 19
29
30 Testing bounds of word: interstellar
31 PASS axBounds.x is within 1 of 8
32 PASS axBounds.y is within 1 of 48
33 PASS axBounds.width is within 1 of 61
34 PASS axBounds.height is within 1 of 19
35 PASS successfullyParsed is true
36
37 TEST COMPLETE
38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698