{"ScriptPreparationCode":null,"TestCases":[{"Name":"testa","Code":"var el = document.getElementById(\u0027test\u0027);\r\nel.style.backgroundColor = \u0027orange\u0027;\r\nel.style.color = \u0027brown\u0027;\r\nel.style.fontSize = \u00274em\u0027;","IsDeferred":false},{"Name":"testdwqdwq","Code":"var el = document.getElementById(\u0027test\u0027);\r\nObject.assign(el.style, {\r\nbackgroundColor: \u0027orange\u0027,\r\ncolor: \u0027brown\u0027,\r\nfontSize: \u00274em\u0027\r\n});","IsDeferred":false}]}