chromium/third_party/blink/web_tests/external/wpt/long-animation-frame/tentative/resources/loaf-after-callback.js

(function() {
  busy_wait(60);
  new URLSearchParams([["a", "hello"]]).forEach((value, key) => {
    document.querySelector("#dummy").innerText += value;
  });
  busy_wait();
})();