mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Media query resolution (#30406)
* Add resolution and device-pixel-ratio media query * Update expectations
This commit is contained in:
parent
5d8d7c79c2
commit
aa41fbd8f6
4 changed files with 33 additions and 37 deletions
|
@ -1,4 +1,5 @@
|
|||
-moz-content-preferred-color-scheme
|
||||
-moz-device-pixel-ratio
|
||||
-moz-gtk-csd-close-button-position
|
||||
-moz-gtk-csd-maximize-button-position
|
||||
-moz-gtk-csd-menu-radius
|
||||
|
@ -37,6 +38,7 @@ datachannel
|
|||
date
|
||||
datetime-local
|
||||
dir
|
||||
device-pixel-ratio
|
||||
durationchange
|
||||
email
|
||||
emptied
|
||||
|
@ -108,6 +110,7 @@ rejectionhandled
|
|||
removetrack
|
||||
reset
|
||||
resize
|
||||
resolution
|
||||
resourcetimingbufferfull
|
||||
right
|
||||
rtl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue