[Element-innerHTML.html]
[innerHTML on a disconnected element should use the scoped registry it was created with]
expected: FAIL
[innerHTML on an inserted element should continue to use the scoped registry it was created with]
expected: FAIL
[nested descendants in innerHTML on a disconnected element should use the scoped registry the element was created with]
expected: FAIL
[innerHTML on a disconnected element should use the scoped registry it was created with when parsing a simple HTML]
expected: FAIL
[nested descendants in innerHTML should use the null registry when the container element has null registry]
expected: FAIL
[insertAdjacentHTML should use the element's registry even when the registry is null]
expected: FAIL