| OLD | NEW |
| 1 This test checks the implementation of getting the document.title attribute. | 1 This test checks the implementation of getting the document.title attribute. |
| 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 Test with no title set | 6 Test with no title set |
| 7 PASS document.title is "" | 7 PASS document.title is "" |
| 8 Test with empty title | 8 Test with empty title |
| 9 PASS document.title is "" | 9 PASS document.title is "" |
| 10 Test with only whitespace | 10 Test with only whitespace |
| 11 PASS document.title is "" | 11 PASS document.title is "" |
| 12 Test with no whitespace | 12 Test with no whitespace |
| 13 PASS document.title is "nowhitespacetitle" | 13 PASS document.title is "nowhitespacetitle" |
| 14 Test with whitespace | 14 Test with whitespace |
| 15 PASS document.title is "one space" | 15 PASS document.title is "one\u000b space" |
| 16 Test with various whitespace lengths and fields | 16 Test with various whitespace lengths and fields |
| 17 PASS document.title is "lots of whitespace and newlines" | 17 PASS document.title is "lots of whitespace and newlines" |
| 18 Test with various length strings | 18 Test with various length strings |
| 19 PASS successfullyParsed is true | 19 PASS successfullyParsed is true |
| 20 | 20 |
| 21 TEST COMPLETE | 21 TEST COMPLETE |
| 22 | 22 |
| OLD | NEW |