{"ScriptPreparationCode":null,"TestCases":[{"Name":"a","Code":"(async () =\u003E {\r\n const blob = await (await fetch(\u0027https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png\u0027)).blob();\r\n const img = new Image();\r\n img.src = URL.createObjectURL(blob);\r\n return await img.decode();\r\n})();","IsDeferred":false},{"Name":"b","Code":"(async () =\u003E {\r\n const img = new Image();\r\n img.src = \u0027https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png\u0027;\r\n return await img.decode();\r\n})();","IsDeferred":false}]}