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

Side by Side Diff: LayoutTests/platform/mac/accessibility/inline-text-word-boundaries-expected.txt

Issue 23983002: Expose InlineTextBoxes in the accessibility tree. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added platform-specific expectations 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 Ace ten twenty-one. xxxxxxxxxxxxxxxxxxx
2
3 Tests that we can compute word boundaries for any character index from the acces sibility tree.
4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6
7
8 Accessible text: "Ace ten twenty-one. xxxxxxxxxxxxxxxxxxx"
9 Character 0: 'A' word=(0, 3): 'Ace'
10 Character 1: 'c' word=(0, 3): 'Ace'
11 Character 2: 'e' word=(0, 3): 'Ace'
12 Character 3: ' ' word=(0, 3): 'Ace'
13 Character 4: 't' word=(4, 7): 'ten'
14 Character 5: 'e' word=(4, 7): 'ten'
15 Character 6: 'n' word=(4, 7): 'ten'
16 Character 7: ' ' word=(4, 7): 'ten'
17 Character 8: 't' word=(8, 14): 'twenty'
18 Character 9: 'w' word=(8, 14): 'twenty'
19 Character 10: 'e' word=(8, 14): 'twenty'
20 Character 11: 'n' word=(8, 14): 'twenty'
21 Character 12: 't' word=(8, 14): 'twenty'
22 Character 13: 'y' word=(8, 14): 'twenty'
23 Character 14: '-' word=(8, 14): 'twenty'
24 Character 15: 'o' word=(15, 18): 'one'
25 Character 16: 'n' word=(15, 18): 'one'
26 Character 17: 'e' word=(15, 18): 'one'
27 Character 18: '.' word=(15, 18): 'one'
28 Character 19: ' ' word=(15, 18): 'one'
29 Character 20: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
30 Character 21: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
31 Character 22: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
32 Character 23: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
33 Character 24: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
34 Character 25: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
35 Character 26: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
36 Character 27: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
37 Character 28: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
38 Character 29: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
39 Character 30: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
40 Character 31: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
41 Character 32: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
42 Character 33: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
43 Character 34: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
44 Character 35: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
45 Character 36: 'x' word=(36, 39): 'xxx'
aboxhall 2013/09/06 17:19:21 Weirdness happening here as well. Does each platfo
dmazzoni 2013/09/06 20:25:27 Font differences. Hard to avoid in a test that's s
46 Character 37: 'x' word=(36, 39): 'xxx'
47 Character 38: 'x' word=(36, 39): 'xxx'
48 PASS successfullyParsed is true
49
50 TEST COMPLETE
51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698