1 This test checks the implementation of getting the document.title attribute.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS document.title is ""
9 PASS document.title is ""
10 Test with only whitespace
11 PASS document.title is ""
12 Test with no whitespace
13 PASS document.title is "nowhitespacetitle"
15 PASS document.title is "one space"
16 Test with various whitespace lengths and fields
17 PASS document.title is "lots of whitespace and newlines"
18 Test with various length strings
19 PASS successfullyParsed is true