Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Document / title-with-multiple-children-expected.txt
blob62475f06fc7ee3430a5a7f499b0a9924ddd2b11c
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
17 TEST COMPLETE