{"ScriptPreparationCode":null,"TestCases":[{"Name":"getComputedStyle","Code":"let style = getComputedStyle(document.getElementById(\u0022test\u0022));\r\nlet width = parseInt(style).width;\r\nlet height = parseInt(style).height;","IsDeferred":false},{"Name":"clientWidth","Code":"let container = document.getElementById(\u0022test\u0022);\r\nlet width = container.clientWidth;\r\nlet height = container.clientHeight;","IsDeferred":false}]}