blob: f49545dde6fa88ed38eb9c26f225582e24212bbc [file] [log] [blame]
cfleizach@apple.com2d392792016-06-01 21:27:04 +00001hello world
2This test ensures that attributed string for range works
3
4On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5
6
7Attributed string: hello {
8 UIAccessibilityTokenFontFamily = "Times New Roman";
9 UIAccessibilityTokenFontName = "Times New Roman";
10 UIAccessibilityTokenFontSize = 16;
11}{
12 UIAccessibilityTokenAttachment = "WebAccessibilityObjectWrapper: cake";
13} {
14 UIAccessibilityTokenFontFamily = "Times New Roman";
15 UIAccessibilityTokenFontName = "Times New Roman";
16 UIAccessibilityTokenFontSize = 16;
17}{
cfleizach@apple.com3663ab92016-06-10 06:06:08 +000018 UIAccessibilityTokenAttachment = "WebAccessibilityObjectWrapper: action, title, subtitle";
cfleizach@apple.com2d392792016-06-01 21:27:04 +000019} {
20 UIAccessibilityTokenFontFamily = "Times New Roman";
21 UIAccessibilityTokenFontName = "Times New Roman";
22 UIAccessibilityTokenFontSize = 16;
23}
24PASS successfullyParsed is true
25
26TEST COMPLETE
27