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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/mac/accessibility/inline-text-word-boundaries-expected.txt
diff --git a/LayoutTests/platform/mac/accessibility/inline-text-word-boundaries-expected.txt b/LayoutTests/platform/mac/accessibility/inline-text-word-boundaries-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3cdbe8e6bfb4f9148cf72e203069b837d75dc3d3
--- /dev/null
+++ b/LayoutTests/platform/mac/accessibility/inline-text-word-boundaries-expected.txt
@@ -0,0 +1,51 @@
+Ace ten twenty-one. 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. 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: ' ' word=(15, 18): 'one'
+Character 20: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
+Character 21: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
+Character 22: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
+Character 23: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
+Character 24: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
+Character 25: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
+Character 26: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
+Character 27: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
+Character 28: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
+Character 29: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
+Character 30: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
+Character 31: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
+Character 32: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
+Character 33: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
+Character 34: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
+Character 35: 'x' word=(20, 36): 'xxxxxxxxxxxxxxxx'
+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
+Character 37: 'x' word=(36, 39): 'xxx'
+Character 38: 'x' word=(36, 39): 'xxx'
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698