The load method of a Document
object should be implemented. What's the use in a web-page
of document.implementation.createDocument anyway,
if the load method is not implemented.
This testcase discusses in what way the load method
is used in conjunction with createDocument on the
web. The first two scripts will fail, because the load propery
is undefined in Safari. The third script is the way
it should be implemented.