chromium/third_party/blink/web_tests/http/tests/devtools/sources/debugger-breakpoints/resources/debugger-disable-add-breakpoint.html

<script>

function testFunction() {
  return 0;
}

function scheduleTestFunction() {
setTimeout(testFunction, 0);
}
</script>