{"ScriptPreparationCode":"window.ctx = document.createElement(\u0027canvas\u0027).getContext(\u00272d\u0027);\r\nctx.customProp = 2;","TestCases":[{"Name":"Fill Color Read","Code":"const fillColor = ctx.fillStyle","IsDeferred":false},{"Name":"Fill Color Write","Code":"ctx.fillStyle = \u0027rgba(255, 0, 0, 0.5)\u0027;","IsDeferred":false},{"Name":"Line width read","Code":"const lineWidth = ctx.lineWidth;","IsDeferred":false},{"Name":"Line width write","Code":"ctx.lineWidth = 2;","IsDeferred":false},{"Name":"Custom Property Read","Code":"const customProp = ctx.customProp;","IsDeferred":false},{"Name":"Custom Property Write","Code":"ctx.customProp = 2;","IsDeferred":false}]}