2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / dom / implementation-createHTMLDocument-expected.txt
blob3f5e493eb03b2d57e77ac1acd2af65543398cfb2
1 This page tests the DOM createHTMLDocument method.
3 If the test passes, you'll see a series of 'PASS' messages below.
5 [document with title 'title']
6 PASS: doc.title should be title and is.
7 PASS: doc.getElementsByTagName('html').length should be 1 and is.
8 PASS: doc.getElementsByTagName('head').length should be 1 and is.
9 PASS: doc.getElementsByTagName('title').length should be 1 and is.
10 PASS: doc.getElementsByTagName('body').length should be 1 and is.
11 [document with title '']
12 PASS: doc.title should be and is.
13 [document with null title]
14 PASS: doc.title should be null and is.