| OLD | NEW |
| 1 This test ensures that various style attributes can be retrieved via the accessi
bility APIs. | 1 This test ensures that various style attributes can be retrieved via the accessi
bility APIs. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS axHeading.backgroundColor is 0 | 6 PASS axHeading.backgroundColor is 4278190080 |
| 7 PASS axHeading.color is 16711680 | 7 PASS axHeading.color is 16711680 |
| 8 PASS axHeading.fontSize is 12 | 8 PASS axHeading.fontSize is 12 |
| 9 PASS axParagraph.backgroundColor is 0 | 9 PASS axParagraph.backgroundColor is 4278190080 |
| 10 PASS axParagraph.color is 65280 | 10 PASS axParagraph.color is 65280 |
| 11 PASS axParagraph.fontSize is 14 | 11 PASS axParagraph.fontSize is 14 |
| 12 PASS axButton.backgroundColor is 4294967295 | 12 PASS axButton.backgroundColor is 4294901760 |
| 13 PASS axButton.color is 255 | 13 PASS axButton.color is 255 |
| 14 PASS axButton.fontSize is 16 | 14 PASS axButton.fontSize is 16 |
| 15 PASS axText.backgroundColor is 4294967295 | 15 PASS axText.backgroundColor is 4294901760 |
| 16 PASS axText.color is 255 | 16 PASS axText.color is 255 |
| 17 PASS axText.fontSize is 16 | 17 PASS axText.fontSize is 16 |
| 18 PASS successfullyParsed is true | 18 PASS successfullyParsed is true |
| 19 | 19 |
| 20 TEST COMPLETE | 20 TEST COMPLETE |
| 21 Heading. | 21 Heading. |
| 22 | 22 |
| 23 Line one. | 23 Line one. |
| 24 Line two. | 24 Line two. |
| 25 | 25 |
| 26 | 26 |
| OLD | NEW |