mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Sync WPT with upstream (29-06-2025) (#37774)
Automated downstream sync of changes from upstream as of 29-06-2025 [no-wpt-sync] Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
e1c037815c
commit
9a0f2be162
548 changed files with 15671 additions and 4682 deletions
12
tests/wpt/meta/css/css-grid/parsing/grid-template-columns-repeat-auto-valid.tentative.html.ini
vendored
Normal file
12
tests/wpt/meta/css/css-grid/parsing/grid-template-columns-repeat-auto-valid.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[grid-template-columns-repeat-auto-valid.tentative.html]
|
||||
[e.style['grid-template-columns'\] = "repeat(auto-fill, auto)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "repeat(auto-fit, auto 100px auto)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "repeat(auto-fill, minmax(30px, 5fr) [two\] auto)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-columns'\] = "repeat(auto-fit, [three\] auto [four\])" should set the property value]
|
||||
expected: FAIL
|
12
tests/wpt/meta/css/css-grid/parsing/grid-template-rows-repeat-auto-valid.tentative.html.ini
vendored
Normal file
12
tests/wpt/meta/css/css-grid/parsing/grid-template-rows-repeat-auto-valid.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[grid-template-rows-repeat-auto-valid.tentative.html]
|
||||
[e.style['grid-template-rows'\] = "repeat(auto-fill, auto)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "repeat(auto-fit, auto 100px auto)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "repeat(auto-fill, minmax(30px, 5fr) [two\] auto)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['grid-template-rows'\] = "repeat(auto-fit, [three\] auto [four\])" should set the property value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue