{"ScriptPreparationCode":null,"TestCases":[{"Name":"getComputedStyle","Code":"var i = 3000;\r\nwhile (i--) {\r\n\tchekele(\u0027foo\u0027);\r\n}\r\n\r\nfunction chekele(element) {\r\n var tr = window.getComputedStyle(document.getElementById(element), null).getPropertyValue(\u0022transform\u0022);\r\n\treturn tr;\r\n}","IsDeferred":false},{"Name":"getAttribute","Code":"var i = 3000;\r\nwhile (i--) {\r\n\tchekele(\u0027foo\u0027);\r\n}\r\n\r\nfunction chekele(element) {\r\n return document.getElementById(element).getAttribute(\u0027data-attr\u0027);\r\n}\r\n","IsDeferred":false}]}