mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Sync WPT with upstream (06-04-2025) (#36369)
Automated downstream sync of changes from upstream as of 06-04-2025 [no-wpt-sync] Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
b4fd9ebb0e
commit
bd43b78735
708 changed files with 15442 additions and 3379 deletions
|
@ -1,3 +0,0 @@
|
|||
[font-stretch-computed.html]
|
||||
[Property font-stretch value 'calc(100% + (sign(20cqw - 10px) * 5%))']
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[font-stretch-valid.html]
|
||||
[e.style['font-stretch'\] = "calc(100% + (sign(20cqw - 10px) * 5%))" should set the property value]
|
||||
expected: FAIL
|
48
tests/wpt/meta/css/css-fonts/parsing/font-width-computed.html.ini
vendored
Normal file
48
tests/wpt/meta/css/css-fonts/parsing/font-width-computed.html.ini
vendored
Normal file
|
@ -0,0 +1,48 @@
|
|||
[font-width-computed.html]
|
||||
[Property font-width value 'ultra-condensed']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-width value 'extra-condensed']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-width value 'condensed']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-width value 'semi-condensed']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-width value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-width value 'semi-expanded']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-width value 'expanded']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-width value 'extra-expanded']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-width value 'ultra-expanded']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-width value '234.5%']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-width value 'calc(100%)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-width value 'calc(0%)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-width value 'calc(-100%)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-width value 'calc(100% + 100%)']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-width value 'calc(100% + (sign(20cqw - 10px) * 5%))']
|
||||
expected: FAIL
|
||||
|
||||
[Property font-stretch value 'calc(100% + (sign(20cqw - 10px) * 5%))']
|
||||
expected: FAIL
|
48
tests/wpt/meta/css/css-fonts/parsing/font-width-valid.html.ini
vendored
Normal file
48
tests/wpt/meta/css/css-fonts/parsing/font-width-valid.html.ini
vendored
Normal file
|
@ -0,0 +1,48 @@
|
|||
[font-width-valid.html]
|
||||
[e.style['font-width'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-width'\] = "ultra-condensed" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-width'\] = "extra-condensed" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-width'\] = "condensed" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-width'\] = "semi-condensed" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-width'\] = "semi-expanded" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-width'\] = "expanded" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-width'\] = "extra-expanded" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-width'\] = "ultra-expanded" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-width'\] = "234.5%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-width'\] = "calc(100%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-width'\] = "calc(0%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-width'\] = "calc(-100%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-width'\] = "calc(100% + 100%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-width'\] = "calc(100% + (sign(20cqw - 10px) * 5%))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-stretch'\] = "calc(100% + (sign(20cqw - 10px) * 5%))" should set the property value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue