{"ScriptPreparationCode":"var bufel = document.getElementById(\u0027testElement\u0027);","TestCases":[{"Name":"getElementById buffered","Code":"bufel.innerHTML = \u0022test\u0022;","IsDeferred":false},{"Name":"getElementById unbuffered","Code":"var el = document.getElementById(\u0027testElement\u0027);\r\nel.innerHTML = \u0022test\u0022;","IsDeferred":false}]}