This tests the innerHTML property of a shadow root. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". PASS 'innerHTML' in internals.shadowRoot is false PASS root.innerHTML is defined. PASS root.innerHTML is '
' PASS root.innerHTML is 'Hello' PASS root.innerHTML is '

HelloWorld

' PASS root.firstChild.nodeName is 'P' PASS root.querySelectorAll('div') is [] PASS root.getElementById('p3').innerHTML is 'HelloWorld' PASS successfullyParsed is true TEST COMPLETE