forked from web-platform-tests/wpt
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shadow-dom: Provide proper arguments to DOMImplementation.createDocum…
…ent(). 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.
- Loading branch information
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters