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

Side by Side Diff: LayoutTests/platform/linux/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, 38): 'xxxxxxxxxxxxxxxxxx'
30 Character 21: 'x' word=(20, 38): 'xxxxxxxxxxxxxxxxxx'
31 Character 22: 'x' word=(20, 38): 'xxxxxxxxxxxxxxxxxx'
32 Character 23: 'x' word=(20, 38): 'xxxxxxxxxxxxxxxxxx'
33 Character 24: 'x' word=(20, 38): 'xxxxxxxxxxxxxxxxxx'
34 Character 25: 'x' word=(20, 38): 'xxxxxxxxxxxxxxxxxx'
35 Character 26: 'x' word=(20, 38): 'xxxxxxxxxxxxxxxxxx'
36 Character 27: 'x' word=(20, 38): 'xxxxxxxxxxxxxxxxxx'
37 Character 28: 'x' word=(20, 38): 'xxxxxxxxxxxxxxxxxx'
38 Character 29: 'x' word=(20, 38): 'xxxxxxxxxxxxxxxxxx'
39 Character 30: 'x' word=(20, 38): 'xxxxxxxxxxxxxxxxxx'
40 Character 31: 'x' word=(20, 38): 'xxxxxxxxxxxxxxxxxx'
41 Character 32: 'x' word=(20, 38): 'xxxxxxxxxxxxxxxxxx'
42 Character 33: 'x' word=(20, 38): 'xxxxxxxxxxxxxxxxxx'
43 Character 34: 'x' word=(20, 38): 'xxxxxxxxxxxxxxxxxx'
44 Character 35: 'x' word=(20, 38): 'xxxxxxxxxxxxxxxxxx'
45 Character 36: 'x' word=(20, 38): 'xxxxxxxxxxxxxxxxxx'
46 Character 37: 'x' word=(20, 38): 'xxxxxxxxxxxxxxxxxx'
47 Character 38: 'x' word=(38, 39): 'x'
aboxhall 2013/09/06 17:19:21 Why is this x on its own?
dmazzoni 2013/09/06 20:25:27 That's on purpose. The style of the element is set
aboxhall 2013/09/06 20:51:12 Ahh got it. How about replacing the x's with "aver
48 PASS successfullyParsed is true
49
50 TEST COMPLETE
51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698