Hello
{"ScriptPreparationCode":"\r\nvar el = document.getElementById(\u0027test\u0027);","TestCases":[{"Name":"offsetHeight","Code":"const h = el.offsetHeight;\r\nconst t = el.offsetTop;","IsDeferred":false},{"Name":"getClientBoundingRect","Code":"const r = el.getBoundingClientRect();\r\nconst h = r.height;\r\nconst t = r.top;","IsDeferred":false}]}