The doctype
attribute should be null in HTML, so
its presence is not fully tested here. Similarly,
createCDATASection()
,
createProcessingInstruction()
, and
createEntityReference()
are not tested here. The
implementation
attribute is tested in another test. The
createDocumentFragment()
method will be tested in
another test.
(Back to DOM Testing Information, David Baron)