mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 10:35:06 +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) {
|
|
|
|
}
|