[shadow-dom-tests] Provide proper arguments to DOMImplementation.createDocument(). (#365)

Existing code did not give an argument to DOMImplementation.createDocument().
However, this is incorrect according to the definition of createDocument(),
which requires at least two arguments.

It seems that Chromium has recently tightened up a certain kind of invocations
to DOM APIs. Some tests started to fail on Chromium for this reason.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/365

Received on Wednesday, 9 October 2013 06:57:10 UTC