{"ScriptPreparationCode":"const container = document.querySelector(\u0027#container\u0027);","TestCases":[{"Name":"innerHTML","Code":"container.innerHTML = \u0027This is a text to compare innerText and innerHTML\u0027;","IsDeferred":false},{"Name":"innerText","Code":"container.innerText = \u0027This is a text to compare innerText and innerHTML\u0027;","IsDeferred":false}]}