mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-02 16:33:13 +00:00
Also add a basic test that documents how these media features currently get serialized, even if they're not identical to other browsers yet.
15 lines
223 B
Text
15 lines
223 B
Text
@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) {
|
|
|
|
}
|