{"ScriptPreparationCode":null,"TestCases":[{"Name":"getComputedStyle","Code":"var i = 5000;\r\nconst node = document.getElementById(\u0027foo\u0027)\r\nwhile (i--) {\r\n\tcheckDisplay(\u0027foo\u0027);\r\n}\r\n\r\nfunction checkDisplay(id) {\r\n return parseFloat(window.getComputedStyle(node).height) \u003E 0;\r\n}","IsDeferred":false},{"Name":"getBoundingClientRect","Code":"var i = 5000;\r\nconst node = document.getElementById(\u0027foo\u0027)\r\n\r\nwhile (i--) {\r\n\tcheckDisplay(\u0027foo\u0027);\r\n}\r\n\r\nfunction checkDisplay(id) {\r\n return node.getBoundingClientRect().height \u003E 0;\r\n}\r\n","IsDeferred":false}]}