Files
ladybird/Tests/LibWeb/Text/expected/css/move-loaded-link-stylesheet-between-documents.txt
Andreas Kling 8e56367092 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. :^)
2024-04-22 06:43:05 +02:00

4 lines
62 B
Plaintext

Sheets in old doc: 0
Sheets in new doc: 1
PASS (didn't crash)