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

Unified 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: Fix include path 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/linux/accessibility/inline-text-word-boundaries-expected.txt
diff --git a/LayoutTests/platform/linux/accessibility/inline-text-word-boundaries-expected.txt b/LayoutTests/platform/linux/accessibility/inline-text-word-boundaries-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..471c6241de2dc74014406e69906a205f9fe059bb
--- /dev/null
+++ b/LayoutTests/platform/linux/accessibility/inline-text-word-boundaries-expected.txt
@@ -0,0 +1,63 @@
+Ace ten twenty-one thirty-five. xxxxxxxxxxxxxxxxxxx
+
+Tests that we can compute word boundaries for any character index from the accessibility tree.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Accessible text: "Ace ten twenty-one thirty-five. xxxxxxxxxxxxxxxxxxx"
+Character 0: 'A' word=(0, 3): 'Ace'
+Character 1: 'c' word=(0, 3): 'Ace'
+Character 2: 'e' word=(0, 3): 'Ace'
+Character 3: ' ' word=(0, 3): 'Ace'
+Character 4: 't' word=(4, 7): 'ten'
+Character 5: 'e' word=(4, 7): 'ten'
+Character 6: 'n' word=(4, 7): 'ten'
+Character 7: ' ' word=(4, 7): 'ten'
+Character 8: 't' word=(8, 14): 'twenty'
+Character 9: 'w' word=(8, 14): 'twenty'
+Character 10: 'e' word=(8, 14): 'twenty'
+Character 11: 'n' word=(8, 14): 'twenty'
+Character 12: 't' word=(8, 14): 'twenty'
+Character 13: 'y' word=(8, 14): 'twenty'
+Character 14: '-' word=(8, 14): 'twenty'
+Character 15: 'o' word=(15, 18): 'one'
+Character 16: 'n' word=(15, 18): 'one'
+Character 17: 'e' word=(15, 18): 'one'
+Character 18: ' ' word=(15, 18): 'one'
+Character 19: 't' word=(19, 25): 'thirty'
+Character 20: 'h' word=(19, 25): 'thirty'
+Character 21: 'i' word=(19, 25): 'thirty'
+Character 22: 'r' word=(19, 25): 'thirty'
+Character 23: 't' word=(19, 25): 'thirty'
+Character 24: 'y' word=(19, 25): 'thirty'
+Character 25: '-' word=(19, 25): 'thirty'
+Character 26: 'f' word=(26, 30): 'five'
+Character 27: 'i' word=(26, 30): 'five'
+Character 28: 'v' word=(26, 30): 'five'
+Character 29: 'e' word=(26, 30): 'five'
+Character 30: '.' word=(26, 30): 'five'
+Character 31: ' ' word=(26, 30): 'five'
+Character 32: 'x' word=(32, 50): 'xxxxxxxxxxxxxxxxxx'
+Character 33: 'x' word=(32, 50): 'xxxxxxxxxxxxxxxxxx'
+Character 34: 'x' word=(32, 50): 'xxxxxxxxxxxxxxxxxx'
+Character 35: 'x' word=(32, 50): 'xxxxxxxxxxxxxxxxxx'
+Character 36: 'x' word=(32, 50): 'xxxxxxxxxxxxxxxxxx'
+Character 37: 'x' word=(32, 50): 'xxxxxxxxxxxxxxxxxx'
+Character 38: 'x' word=(32, 50): 'xxxxxxxxxxxxxxxxxx'
+Character 39: 'x' word=(32, 50): 'xxxxxxxxxxxxxxxxxx'
+Character 40: 'x' word=(32, 50): 'xxxxxxxxxxxxxxxxxx'
+Character 41: 'x' word=(32, 50): 'xxxxxxxxxxxxxxxxxx'
+Character 42: 'x' word=(32, 50): 'xxxxxxxxxxxxxxxxxx'
+Character 43: 'x' word=(32, 50): 'xxxxxxxxxxxxxxxxxx'
+Character 44: 'x' word=(32, 50): 'xxxxxxxxxxxxxxxxxx'
+Character 45: 'x' word=(32, 50): 'xxxxxxxxxxxxxxxxxx'
+Character 46: 'x' word=(32, 50): 'xxxxxxxxxxxxxxxxxx'
+Character 47: 'x' word=(32, 50): 'xxxxxxxxxxxxxxxxxx'
+Character 48: 'x' word=(32, 50): 'xxxxxxxxxxxxxxxxxx'
+Character 49: 'x' word=(32, 50): 'xxxxxxxxxxxxxxxxxx'
+Character 50: 'x' word=(50, 51): 'x'
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698