1 This test checks to see if setting document.title works even if the title element has multiple children.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.getElementsByTagName('title').length is 0
7 PASS document.title is ''
8 PASS titleElement.text is ''
9 PASS document.title is firstText
10 PASS titleElement.text is firstText
11 PASS document.title is firstText + secondText
12 PASS titleElement.text is firstText + secondText
13 PASS document.title is expected
14 PASS titleElement.text is expected
15 PASS successfullyParsed is true