mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
LibWeb/HTML: Default ErrorEvent error to undefined
This was a change in the HTML spec, see: https://github.com/whatwg/html/commit/032523196
This commit is contained in:
committed by
Andreas Kling
parent
cb9e3d5c9b
commit
8214371ad5
Notes:
github-actions[bot]
2025-01-05 12:37:18 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/8214371ad5f Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3148
@@ -0,0 +1,10 @@
|
||||
Harness status: OK
|
||||
|
||||
Found 5 tests
|
||||
|
||||
5 Pass
|
||||
Pass error event is normal (return true does not cancel; one arg) on Document, with a synthetic ErrorEvent
|
||||
Pass Initial values of ErrorEvent members
|
||||
Pass error member can be set to null
|
||||
Pass error member can be set to undefined
|
||||
Pass error member can be set to arbitrary
|
||||
Reference in New Issue
Block a user