Sign in
chromium
/
chromium
/
src
/
4b7f2d40ed547f844c3b42b712f035e90357e1e5
/
.
/
third_party
/
WebKit
/
LayoutTests
/
dom
/
domparsing
/
xmlserializer-doctype-expected.txt
blob: 79cc0659e1d2592ff702cc321d4231160fb81fe2 [
file
] [
log
] [
blame
]
This
tests
XMLSerializer
.
serializeToString
()
on a
DocumentType
node that has a document associated
with
it
.
PASS
:
the
DocumentType
node has been successfully serialize to
"<!DOCTYPE aDocTypeName PUBLIC "
aPublicID
" "
aSystemID
">"
.