mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
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:
committed by
Tim Ledbetter
parent
1f57df34f1
commit
4a6e457d4b
Notes:
github-actions[bot]
2024-12-19 15:26:45 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/4a6e457d4be Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2739 Reviewed-by: https://github.com/shannonbooth
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user