{"ScriptPreparationCode":"var container = document.getElementById(\u0022container\u0022);\r\nvar p1 = document.createElement(\u0022p\u0022);\r\nvar p2 = document.createElement(\u0022p\u0022);","TestCases":[{"Name":"appendChild","Code":"container.appendChild(p1);\r\ncontainer.appendChild(p2);\r\n","IsDeferred":false},{"Name":"append","Code":"container.append(p1, p2);","IsDeferred":false}]}