Hello World
{"ScriptPreparationCode":"var myParagraph = document.getElementById(\u0027myParagraph\u0027);","TestCases":[{"Name":"replaceWith()","Code":"var mySpan = document.createElement(\u0027span\u0027);\r\nmyParagraph.replaceWith(mySpan);","IsDeferred":false},{"Name":".outerHTML","Code":"myParagraph.outerHTML = myParagraph.outerHTML.replace(\u0027\u003Cp\u0027, \u0027\u003Cspan\u0027);","IsDeferred":false}]}