{"ScriptPreparationCode":"var hex = document.getElementById(\u0060hex\u0060)\r\nvar ctxHex = hex.getContext(\u00602d\u0060)\r\nvar rgb = document.getElementById(\u0060rgb\u0060)\r\nvar ctxRgb = rgb.getContext(\u00602d\u0060)\r\nvar rgba = document.getElementById(\u0060rgba\u0060)\r\nvar ctxRgba = rgba.getContext(\u00602d\u0060)","TestCases":[{"Name":"rgba","Code":"ctxRgba.clearRect(0, 0, rgba.width, rgba.height)\r\nctxRgba.fillStyle = \u0060rgba(38, 139, 210, 0.5)\u0060\r\nctxRgba.fillRect(0,0, rgba.width, rgba.height)","IsDeferred":false},{"Name":"rgb","Code":"ctxRgb.clearRect(0, 0, rgb.width, rgb.height)\r\nctxRgb.fillStyle = \u0060rgb(38, 139, 210)\u0060\r\nctxRgb.fillRect(0, 0, rgb.width, rgb.height)","IsDeferred":false},{"Name":"hex","Code":"ctxHex.clearRect(0, 0, hex.width, hex.height)\r\nctxHex.fillStyle = \u0060#268bd2\u0060\r\nctxHex.fillRect(0, 0, hex.width, hex.height)","IsDeferred":false}]}