Harness status: OK

Found 10 tests

10 Pass
Pass	createElementNS should use the global registry by default
Pass	createElementNS should use the specified scoped registry
Pass	createElementNS should create a builtin element regardless of a custom element registry specified
Pass	createElementNS should use the specified global registry
Pass	createElementNS should create an upgrade candidate when there is no matching definition in the specified registry
Pass	document.createElement should create a builtin element with null registry if customElement is set to null
Pass	document.createElement should create a custom element candidate with null registry if customElement is set to null
Pass	document.createElement should create a defined custom element with null registry if customElement is set to null
Pass	createElementNS should create an upgrade candidate and the candidate should be upgraded when the element is defined
Pass	createElementNS on a non-HTML document should still handle registries correctly