mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 04:27:12 +02:00
LibWeb: Invalidate styles after CSSImportRule loads
This replicates the behavior of StyleSheetList::add_sheet, making sure the rules added by the imported style sheet are applied.
This commit is contained in:
committed by
Andreas Kling
parent
1ed5e79478
commit
1f9d76c7b8
Notes:
sideshowbarker
2024-07-17 17:26:34 +09:00
Author: https://github.com/skyrising Commit: https://github.com/SerenityOS/serenity/commit/1f9d76c7b8 Pull-request: https://github.com/SerenityOS/serenity/pull/13048
1
Base/res/html/misc/css-import-relative/css-import-4b.css
Normal file
1
Base/res/html/misc/css-import-relative/css-import-4b.css
Normal file
@@ -0,0 +1 @@
|
||||
p.fourth { background-color: lime; }
|
||||
Reference in New Issue
Block a user