blob: 9391ea64ed6ee4ba5350a984ff4b064b782ab94e [file] [log] [blame]
This test checks to see if setting document.title works even if the title element has multiple children.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.getElementsByTagName('title').length is 0
PASS document.title is ''
PASS titleElement.text is ''
PASS document.title is firstText
PASS titleElement.text is firstText
PASS document.title is firstText + secondText
PASS titleElement.text is firstText + secondText
PASS document.title is expected
PASS titleElement.text is expected
PASS successfullyParsed is true
TEST COMPLETE