Files
ladybird/Userland/Libraries/LibWeb/HTML
Andreas Kling 3b7534b362 LibWeb: Use correct scope when removing style sheet inside a shadow tree
Before this change, removing a style element from inside a shadow tree
would cause it to be unregistered with the document-level list of sheets
instead of the shadow-root-level list.

This would eventually lead to a verification failure if someone tried to
update the text contents of that style element, since it was still in
the shadow-root-level list, but now with a null owner element.

Fixes a crash on https://www.swedbank.se/
2024-07-23 11:12:18 +02:00
..
2024-04-11 21:25:06 +02:00
2024-07-06 11:41:13 +02:00
2024-07-06 11:41:13 +02:00
2024-07-06 11:41:13 +02:00
2024-06-16 15:30:28 -04:00
2024-06-16 15:30:28 -04:00