mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 16:28:54 +00:00
LibWeb: Serialize empty media rules with a single newline
This deviates from the CSSOM specification but all modern browsers do this.
This commit is contained in:
parent
a2cccf9420
commit
02a8966b61
Notes:
sideshowbarker
2024-07-17 02:42:21 +09:00
Author: https://github.com/tcl3
Commit: 02a8966b61
Pull-request: https://github.com/SerenityOS/serenity/pull/24162
2 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,10 @@
|
|||
@media screen {
|
||||
|
||||
}
|
||||
@media screen and ((min-width: 20px) and (max-width: 40px)) {
|
||||
|
||||
}
|
||||
@media screen and (min-resolution: 1dppx) {
|
||||
|
||||
}
|
||||
@media screen and (min-resolution: 2dppx) {
|
||||
|
||||
}
|
||||
@media screen and (min-resolution: 2.54dppx) {
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue