{"ScriptPreparationCode":null,"TestCases":[{"Name":"from blob","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 img;\r\n})();","IsDeferred":false},{"Name":"from native","Code":"const img = new Image();\r\nimg.src = \u0027https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png\u0027;","IsDeferred":false}]}