mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibWeb: Get CSS @import rules working in new parser
Also added css-import.html, which tests the 3 syntax variations on `@import` statements. Note that the optional media-query parameter to `@import` is not handled yet.
This commit is contained in:
parent
8b2e76b838
commit
7439fbd896
Notes:
sideshowbarker
2024-07-18 07:43:07 +09:00
Author: https://github.com/AtkinsSJ
Commit: 7439fbd896
Pull-request: https://github.com/SerenityOS/serenity/pull/9073
Reviewed-by: https://github.com/TobyAsE
Reviewed-by: https://github.com/alimpfard
9 changed files with 82 additions and 38 deletions
1
Base/res/html/misc/css-import-3.css
Normal file
1
Base/res/html/misc/css-import-3.css
Normal file
|
@ -0,0 +1 @@
|
|||
p.third { background-color: lime; }
|
Loading…
Add table
Add a link
Reference in a new issue