Harness status: OK

Found 7 tests

7 Pass
Pass	outerHTML with html assigned via policy (successful HTML transformation).
Pass	`outerHTML = TrustedHTML` throws NoModificationAllowedError when parent is a document.
Pass	`outerHTML = string` throws.
Pass	`outerHTML = string` throws TypeError even when parent is a document.
Pass	`outerHTML = null` throws.
Pass	`outerHTML = string` assigned via default policy (successful HTML transformation).
Pass	`outerHTML = null` assigned via default policy does not throw