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