{"ScriptPreparationCode":null,"TestCases":[{"Name":"Comment","Code":"var x = document.createComment(\u0022ciao\u0022); \r\ndocument.body.appendChild(x); ","IsDeferred":false},{"Name":"textNode","Code":"var x = document.createTextNode(\u0022ciao\u0022);\r\ndocument.body.appendChild(x); ","IsDeferred":false},{"Name":"Div","Code":"var x = document.createElement(\u0022div\u0022);\r\ndocument.body.appendChild(x); ","IsDeferred":false}]}