cfleizach@apple.com | 2d39279 | 2016-06-01 21:27:04 +0000 | [diff] [blame] | 1 | hello world |
| 2 | This test ensures that attributed string for range works |
| 3 | |
| 4 | On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| 5 | |
| 6 | |
| 7 | Attributed 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.com | 3663ab9 | 2016-06-10 06:06:08 +0000 | [diff] [blame] | 18 | UIAccessibilityTokenAttachment = "WebAccessibilityObjectWrapper: action, title, subtitle"; |
cfleizach@apple.com | 2d39279 | 2016-06-01 21:27:04 +0000 | [diff] [blame] | 19 | } { |
| 20 | UIAccessibilityTokenFontFamily = "Times New Roman"; |
| 21 | UIAccessibilityTokenFontName = "Times New Roman"; |
| 22 | UIAccessibilityTokenFontSize = 16; |
| 23 | } |
| 24 | PASS successfullyParsed is true |
| 25 | |
| 26 | TEST COMPLETE |
| 27 | |