mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Sync WPT with upstream (04-10-2023) (#30493)
* Update web-platform-tests to revision b'dfda99176a5d552fb1129fa353b7e4c69f6ed92c' * fix linter errors after WPT import Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> * Update expectations --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
92defbb4ef
commit
c06ec90151
2986 changed files with 82877 additions and 27441 deletions
81
tests/wpt/meta/css/css-fonts/palette-mix-computed.html.ini
Normal file
81
tests/wpt/meta/css/css-fonts/palette-mix-computed.html.ini
Normal file
|
@ -0,0 +1,81 @@
|
|||
[palette-mix-computed.html]
|
||||
[Property font-palette value 'palette-mix(in oklab, light 30%, dark)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in oklab, light 30%, light)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in oklab, light 30%, normal)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in oklab, --custom-palette 30%, normal)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in oklab, light 50%, dark 50%)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in oklab, light, dark 50%)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in oklab, light 50%, dark)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in oklab, light, dark)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in oklab, light 50%, dark 70%)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in oklab, light 70%, dark 70%)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in oklab, light, dark 70%)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in oklab, light 30%, dark 70%)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in oklab, light 60%, dark)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in oklab, light 10%, dark 40%)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in hsl, light 10%, dark)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in hwb, light 10%, dark)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in lch, light 10%, dark)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in oklch, light 10%, dark)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in lab, light 10%, dark)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in oklab, light 10%, dark)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in srgb, light 10%, dark)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in srgb-linear, light 10%, dark)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in xyz, light 10%, dark)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in xyz-d50, light 10%, dark)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in xyz-d65, light 10%, dark)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in oklab, palette-mix(in srgb, light 30%, normal) 20%, dark)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-palette value 'palette-mix(in oklab, palette-mix(in srgb, light 30%, normal) 30%, palette-mix(in srgb, --custom-palette 30%, dark))']
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue