ladybird/Tests/LibWeb/Crash/DOM
Callum Law 71b039a721 LibWeb: Use document's global object in is_base_allowed_for_document
Previously we were using the document's window - this was both contrary
to spec and causing crashes when the document did not have a window (for
instance the `temp_document` in `HTMLParser::parse_html_fragment`.

This means we no longer crash when navigating between pages on
https://rocketlabcorp.com
2025-08-16 14:19:05 +02:00
..
AbortSignal-any-crash.html
base-element-insert-crash.html LibWeb: Use document's global object in is_base_allowed_for_document 2025-08-16 14:19:05 +02:00
document-constructor-no-origin.html LibWeb/DOM: Set Document's origin in JS constructor 2025-06-18 08:49:01 +02:00
Window-find-code-units.html
xhtml-namespace-change.xhtml LibWeb: Check parent node exists before checking its type 2025-07-15 18:37:50 +12:00