Content
Content
Content
{"ScriptPreparationCode":"var container = document.getElementById(\u0027container\u0027);","TestCases":[{"Name":"remove lastChild","Code":"while (container.lastChild) {\r\n container.lastChild.remove(); \r\n}","IsDeferred":false},{"Name":"replaceWith","Code":"container.replaceWith();","IsDeferred":false}]}