hello
{"ScriptPreparationCode":null,"TestCases":[{"Name":"getElementById","Code":"var el = document.getElementById(\u0022helloid\u0022)\r\nvar html = el.outerHTML;","IsDeferred":false},{"Name":"querySelector(ID)","Code":"var el = document.querySelector(\u0022#helloid\u0022)\r\nvar html = el.outerHTML;","IsDeferred":false},{"Name":"querySelectorAll(ID)","Code":"var el = document.querySelectorAll(\u0022#helloid\u0022)\r\nvar html = el[0].outerHTML;","IsDeferred":false},{"Name":"exposed global object","Code":"var outerHTML = helloid.outerHTML;","IsDeferred":false},{"Name":"exposed under the window object","Code":"var el = window.helloid;\r\nvar html = el.outerHTML;","IsDeferred":false}]}