mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 04:27:12 +02:00
LibWeb: Allow moving StyleSheets between documents without falling apart
We have to unregister link element stylesheets from the old document's StyleSheetList when moving them into a new document. This makes it possible to load GitHub contributor graphs. :^)
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 00:54:03 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/8e56367092 Pull-request: https://github.com/SerenityOS/serenity/pull/24061
@@ -0,0 +1,3 @@
|
||||
Sheets in old doc: 0
|
||||
Sheets in new doc: 1
|
||||
PASS (didn't crash)
|
||||
Reference in New Issue
Block a user