{"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;\r\nel.style.backgroundPosition = \u0027center\u0027;\r\nel.style.backgroundSize = \u0027cover\u0027;\r\nel.style.fontWeight = \u0027400\u0027;\r\nel.style.width = \u002730px\u0027;\r\nel.style.height = \u002720px\u0027;\r\nel.style.transform = \u0027none\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\nbackgroundPosition: \u0027center\u0027,\r\nbackgroundSize: \u0027cover\u0027,\r\nfontWeight: \u0027400\u0027,\r\nwidth: \u002730px\u0027,\r\nheight: \u002720px\u0027,\r\ntransform: \u0027none\u0027\r\n});","IsDeferred":false}]}