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

Side by Side Diff: LayoutTests/platform/mac/accessibility/inline-text-bounds-for-range-expected.txt

Issue 891973004: Auto-rebaseline for r189636 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
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. 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 2
3 Tests that we can compute the bounds of a range of text from the accessibility t ree. 3 Tests that we can compute the bounds of a range of text from the accessibility t ree.
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 7
8 PASS text.length is 185 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." 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 10 PASS appendedInlineText is text
11 11
12 Testing bounds of word: The 12 Testing bounds of word: The
13 PASS axBounds.x is within 1 of 8 13 PASS axBounds.x is within 1 of 8
14 PASS axBounds.y is within 1 of 8 14 PASS axBounds.y is within 1 of 8
15 PASS axBounds.width is within 1 of 25 15 PASS axBounds.width is within 1 of 25
16 PASS axBounds.height is within 1 of 16 16 PASS axBounds.height is within 1 of 18
17 17
18 Testing bounds of word: Hitchhiker 18 Testing bounds of word: Hitchhiker
19 PASS axBounds.x is within 1 of 37 19 PASS axBounds.x is within 1 of 37
20 PASS axBounds.y is within 1 of 8 20 PASS axBounds.y is within 1 of 8
21 PASS axBounds.width is within 1 of 68 21 PASS axBounds.width is within 1 of 68
22 PASS axBounds.height is within 1 of 16 22 PASS axBounds.height is within 1 of 18
23 23
24 Testing bounds of word: Guide 24 Testing bounds of word: Guide
25 PASS axBounds.x is within 1 of 118 25 PASS axBounds.x is within 1 of 118
26 PASS axBounds.y is within 1 of 8 26 PASS axBounds.y is within 1 of 8
27 PASS axBounds.width is within 1 of 40 27 PASS axBounds.width is within 1 of 40
28 PASS axBounds.height is within 1 of 16 28 PASS axBounds.height is within 1 of 18
29 29
30 Testing bounds of word: interstellar 30 Testing bounds of word: interstellar
31 PASS axBounds.x is within 1 of 64 31 PASS axBounds.x is within 1 of 64
32 PASS axBounds.y is within 1 of 40 32 PASS axBounds.y is within 1 of 44
33 PASS axBounds.width is within 1 of 68 33 PASS axBounds.width is within 1 of 68
34 PASS axBounds.height is within 1 of 16 34 PASS axBounds.height is within 1 of 18
35 PASS successfullyParsed is true 35 PASS successfullyParsed is true
36 36
37 TEST COMPLETE 37 TEST COMPLETE
38 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698