mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +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": {
|
||||
|
|
|
@ -2,14 +2,14 @@ Harness status: OK
|
|||
|
||||
Found 17 tests
|
||||
|
||||
11 Pass
|
||||
6 Fail
|
||||
12 Pass
|
||||
5 Fail
|
||||
Pass Should be known: '(display-mode)'
|
||||
Pass Should be known: '(display-mode: standalone)'
|
||||
Pass Should be known: '(display-mode: browser)'
|
||||
Pass Should be known: '(display-mode: minimal-ui)'
|
||||
Pass Should be known: '(display-mode: fullscreen)'
|
||||
Fail Should be known: '(display-mode: picture-in-picture)'
|
||||
Pass Should be known: '(display-mode: picture-in-picture)'
|
||||
Fail Should be parseable: '(display-mode: 0)'
|
||||
Pass Should be unknown: '(display-mode: 0)'
|
||||
Fail Should be parseable: '(display-mode: none)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue