ladybird/Tests/LibWeb/Text/input/wpt-import/custom-elements
Tim Ledbetter 619df0bc2c LibWeb: Don't crash when upgrading custom element with a bad constructor
Previously, a crash would occur when attempting to throw an error in
this case because the method used to create the exception tried to get
the current realm from the execution context stack, which is empty. The
realm is now passed explicitly when constructing the error, avoiding
the crash.
2025-01-13 10:55:46 +00:00
..
parser LibWeb: Don't crash when upgrading custom element with a bad constructor 2025-01-13 10:55:46 +00:00
reactions Tests: Import ARIAMixin string attributes CEReactions tests (no code) 2024-12-20 05:17:05 -08:00
resources
cross-realm-callback-report-exception.html LibWeb: Report exceptions when invoking custom element reactions 2024-12-19 15:25:08 +00:00
upgrading.html