mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb/CSS: Allow "picture-in-picture" in "display-mode" media feature
We don't implement detection for this yet, but it gets us a WPT pass.
This commit is contained in:
parent
38aca62ef5
commit
987d510dbb
Notes:
github-actions[bot]
2025-05-23 09:19:46 +00:00
Author: https://github.com/AtkinsSJ
Commit: 987d510dbb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4817
3 changed files with 6 additions and 4 deletions
|
@ -366,6 +366,7 @@
|
|||
"paused",
|
||||
"petite-caps",
|
||||
"pi",
|
||||
"picture-in-picture",
|
||||
"pixelated",
|
||||
"plaintext",
|
||||
"plus-darker",
|
||||
|
|
|
@ -64,7 +64,8 @@
|
|||
"fullscreen",
|
||||
"standalone",
|
||||
"minimal-ui",
|
||||
"browser"
|
||||
"browser",
|
||||
"picture-in-picture"
|
||||
]
|
||||
},
|
||||
"dynamic-range": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue