{"ScriptPreparationCode":null,"TestCases":[{"Name":"With append()","Code":"const p = document.createElement(\u0022p\u0022);\r\ndocument.body.append(p);","IsDeferred":false},{"Name":"With appendChild()","Code":"const p = document.createElement(\u0022p\u0022);\r\ndocument.body.appendChild(p);","IsDeferred":false}]}