2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / dom / XMLSerializer-doctype-expected.txt
blob79cc0659e1d2592ff702cc321d4231160fb81fe2
1 This tests XMLSerializer.serializeToString() on a DocumentType node that has a document associated with it.
2 PASS: the DocumentType node has been successfully serialize to "<!DOCTYPE aDocTypeName PUBLIC "aPublicID" "aSystemID">".