chromium/third_party/blink/web_tests/http/tests/lcp-script-observer/resources/lcp-img-insert.js

setTimeout(async () => {
  const img = await window.__lcpImage;
  document.body.append(img);
}, 0);