{"ScriptPreparationCode":"globalThis.test = document.getElementById(\u0027test\u0027)","TestCases":[{"Name":"1","Code":"let i = 1000\r\n\r\nwhile (i -= 1) {\r\n test.style.setProperty(\u0027color\u0027, \u0027red\u0027)\r\n}","IsDeferred":false},{"Name":"2","Code":"let i = 1000\r\n\r\nwhile (i -= 1) {\r\n test.style.cssText = \u0027color: red\u0027\r\n}","IsDeferred":false}]}