Harness status: OK Found 19 tests 19 Pass Pass importNode should clone using the global regsitry by default Pass importNode should clone using target's registry if non-null Pass importNode should clone using the specified registry if target's registry is null Pass importNode should preserve null-ness of custom element registry Pass importNode should clone a shadow host with a declarative shadow DOM using the global registry by default Pass importNode should clone a shadow host with a declarative shadow DOM using a specified scoped registry Pass importNode should clone using target's registry if non-null, including when it's not the global registry Pass importNode should clone a template content using the global registry by default Pass importNode should clone a template content using a specified scoped registry Pass importNode should clone a template content with a nested template element using a scoped registry Pass importNode: don't pass options argument Pass importNode: pass options argument with value false Pass importNode: pass options argument with value true Pass importNode: pass options argument with value undefined Pass importNode: pass options argument with value { } Pass importNode: pass options argument with value { selfOnly: false } Pass importNode: pass options argument with value { selfOnly: true } Pass importNode: pass options argument with value { customElementRegistry: scopedRegistry } Pass importNode: pass options argument with value { customElementRegistry: null }