Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Document / document-title-get-expected.txt
blob812bc9a5a270e40b51b73e737927ed86a9daaf1e
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".
6 Test with no title set
7 PASS document.title is ""
8 Test with empty title
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"
14 Test with whitespace
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
21 TEST COMPLETE