polyfills
polyfills copied to clipboard
Fix document.cloneNode
Node patch affects document
too, which means this.ownerDocument.__CE_registry
will cause an error because document.ownerDocument
is null
.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Seems like the pull request failed a test, can this be picked up anew ? We are also facing this issue.
Is there a test we can add here?