{"ScriptPreparationCode":"var foo = document.querySelector(\u0027#foo\u0027);","TestCases":[{"Name":"getComputedStyle","Code":"var { height } = parseInt(getComputedStyle(foo));","IsDeferred":false},{"Name":"getBoundingClientRect","Code":"var { height } = foo.getBoundingClientRect();","IsDeferred":false}]}