You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node.contains should return true if the node passed as parameter is a descendant (ie. itself or a child node). However, when invoking contains on the ShadowRoot and passing itself it returns false instead of true.
Description
Node.contains
should returntrue
if the node passed as parameter is a descendant (ie. itself or a child node). However, when invoking contains on the ShadowRoot and passing itself it returnsfalse
instead oftrue
.Version
The text was updated successfully, but these errors were encountered: