{"ScriptPreparationCode":null,"TestCases":[{"Name":"getComputedStyle","Code":"var i = 1000;\r\nwhile (i--) {\r\n\tchekele(\u0027foo\u0027);\r\n}\r\n\r\nfunction chekele(id) {\r\n return window.getComputedStyle(document.getElementById(id)).transform != null;\r\n}","IsDeferred":false},{"Name":"inline","Code":"var i = 1000;\r\nwhile (i--) {\r\n\tchekele(\u0027foo\u0027);\r\n}\r\n\r\nfunction chekele(id) {\r\n return document.getElementById(id).style.transform != null;\r\n}\r\n","IsDeferred":false}]}