{"ScriptPreparationCode":"var container = document.getElementById(\u0022container\u0022);\r\nvar existingp = document.querySelector(\u0022p\u0022);\r\nvar paragraph = document.createElement(\u0022p\u0022);","TestCases":[{"Name":"replaceWith","Code":"existingp.replaceWith(paragraph);","IsDeferred":false},{"Name":"replaceChild","Code":"container.replaceChild(existingp, paragraph);","IsDeferred":false}]}