| This test ensures that attributed string under the element works |
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| Attributed string: hello { |
| UIAccessibilityTokenFontFamily = "Times New Roman"; |
| UIAccessibilityTokenFontName = "Times New Roman"; |
| UIAccessibilityTokenFontSize = 16; |
| UIAccessibilityTokenBold = 1; |
| UIAccessibilityTokenFontFamily = "Times New Roman"; |
| UIAccessibilityTokenFontName = "Times New Roman Bold"; |
| UIAccessibilityTokenFontSize = 16; |
| UIAccessibilityTokenFontFamily = "Times New Roman"; |
| UIAccessibilityTokenFontName = "Times New Roman"; |
| UIAccessibilityTokenFontSize = 16; |
| UIAccessibilityTokenBold = 1; |
| UIAccessibilityTokenFontFamily = "Times New Roman"; |
| UIAccessibilityTokenFontName = "Times New Roman Bold"; |
| UIAccessibilityTokenFontSize = 16; |
| PASS successfullyParsed is true |