| OLD | NEW |
| 1 A br element | 1 A br element |
| 2 should return newline as its accessible title. | 2 should return newline as its accessible title. |
| 3 | 3 |
| 4 This tests that a br element will return the newline character as its accessible
title. | 4 This tests that a br element will return the newline character as its accessible
title. |
| 5 | 5 |
| 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 7 | 7 |
| 8 | 8 |
| 9 PASS brElement.title is 'AXTitle: \n' | 9 PASS brElement.deprecatedTitle is 'AXTitle: \n' |
| 10 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
| 11 | 11 |
| 12 TEST COMPLETE | 12 TEST COMPLETE |
| 13 | 13 |
| OLD | NEW |