LibWeb: Update run_timer_initialization_steps to the latest spec

This fixes a number of WPT tests, which expect an error to be reported
if an exception is thrown in the timer callback.
This commit is contained in:
Tim Ledbetter
2024-12-03 22:21:38 +00:00
committed by Tim Ledbetter
parent 1f57df34f1
commit 4a6e457d4b
Notes: github-actions[bot] 2024-12-19 15:26:45 +00:00
5 changed files with 124 additions and 31 deletions

View File

@@ -0,0 +1,6 @@
Harness status: OK
Found 1 tests
1 Pass
Pass window.setInterval() reports the exception from its callback in the callback's global object

View File

@@ -0,0 +1,6 @@
Harness status: OK
Found 1 tests
1 Pass
Pass window.setTimeout() reports the exception from its callback in the callback's global object