summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/long-animation-frame/tentative/resources/loaf-after-callback.js
blob: d9ac74ccf471548088715f19504d0c4766b39930 (plain)
1
2
3
4
5
6
7
(function() {
  busy_wait(60);
  new URLSearchParams([["a", "hello"]]).forEach((value, key) => {
    document.querySelector("#dummy").innerText += value;
  });
  busy_wait();
})();