teste
{"ScriptPreparationCode":"var teste_n = \u0027123px\u0027;\r\nvar _style = window.getComputedStyle(document.getElementById(\u0027teste\u0027));\r\nvar el = document.getElementById(\u0027teste\u0027);","TestCases":[{"Name":"clientWidth","Code":"document.getElementById(\u0027teste\u0027).clientWidth;","IsDeferred":false},{"Name":"offsetwidth","Code":"document.getElementById(\u0027teste\u0027).offsetwidth;","IsDeferred":false},{"Name":"window.getComputedStyle","Code":"parseFloat(_style[\u0027width\u0027])","IsDeferred":false},{"Name":"BoundingClientRect","Code":"el.getBoundingClientRect()","IsDeferred":false}]}