This page uses two <contoso-button> custom elements, which are defined in two separate scoped custom element registries.
Without scoped registries, the second definition would throw an error. With scoped registries, both coexist peacefully.
new CustomElementRegistry().customElementRegistry option.<contoso-button> elements are created, one in each DOM element, and using different custom element definitions.