mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
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.
9 lines
502 B
Plaintext
9 lines
502 B
Plaintext
Harness status: OK
|
|
|
|
Found 4 tests
|
|
|
|
4 Pass
|
|
Pass HTML parser must create a fallback HTMLUnknownElement when a custom element constructor returns a Text node
|
|
Pass HTML parser must create a fallback HTMLUnknownElement when a custom element constructor returns non-Element object
|
|
Pass HTML parser must create a fallback HTMLUnknownElement when a custom element constructor does not call super()
|
|
Pass HTML parser must create a fallback HTMLUnknownElement when a custom element constructor throws an exception |