- From: Yuta Kitamura <web-platform-tests-notifications@w3.org>
- Date: Wed, 09 Oct 2013 06:57:00 GMT
- To: public-web-platform-tests-notifications@w3.org
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