mirror of
https://github.com/servo/servo.git
synced 2025-09-18 02:48:20 +01:00
Sync WPT with upstream (14-09-2025) (#39293)
Automated downstream sync of changes from upstream as of 14-09-2025 [no-wpt-sync] Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
3ef3ba9378
commit
b3b79e049b
308 changed files with 6147 additions and 1657 deletions
2
tests/wpt/meta/css/css-grid/grid-items/grid-auto-margin-and-replaced-item-001.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-grid/grid-items/grid-auto-margin-and-replaced-item-001.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[grid-auto-margin-and-replaced-item-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[row-masonry-positioned-item-dynamic-change.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,36 @@
|
|||
[grid-template-columns-intrinsic-auto-repeat-computed-implicit-track.tentative.html]
|
||||
[Property grid-template-columns value '1px repeat(auto-fill, auto) 3px' computes to '10px 1px 0px 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px repeat(auto-fit, auto) 3px' computes to '10px 1px 0px 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\] repeat(auto-fill, min-content max-content) [b\] 4px' computes to '10px 1px [a\] 0px 0px [b\] 4px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\] repeat(auto-fit, min-content max-content) [b\] 4px' computes to '10px 1px [a\] 0px 0px [b\] 4px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\] repeat(auto-fill, [b\] fit-content(200px) [c\]) [d\] 3px' computes to '10px 1px [a b\] 0px [c d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\] repeat(auto-fit, [b\] fit-content(200px) [c\]) [d\] 3px' computes to '10px 1px [a b\] 0px [c d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px repeat(auto-fill, auto [b\] auto) 4px [d\]' computes to '10px [a\] 1px 0px [b\] 0px 4px [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px repeat(auto-fit, auto [b\] auto) 4px [d\]' computes to '10px [a\] 1px 0px [b\] 0px 4px [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '100% [a\] repeat(auto-fill, [b\] min-content [c\]) [d\] 300%' computes to '10px 1px [a b\] 0px [c d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '100% [a\] repeat(auto-fit, [b\] min-content [c\]) [d\] 300%' computes to '10px 1px [a b\] 0px [c d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1em repeat(auto-fill, max-content [b\] auto) 4em [d\]' computes to '10px [a\] 1px 0px [b\] 0px 4px [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1em repeat(auto-fit, max-content [b\] auto) 4em [d\]' computes to '10px [a\] 1px 0px [b\] 0px 4px [d\]']
|
||||
expected: FAIL
|
|
@ -0,0 +1,36 @@
|
|||
[grid-template-columns-intrinsic-auto-repeat-computed-nogrid.tentative.html]
|
||||
[Property grid-template-columns value '1px repeat(auto-fill, auto) 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px repeat(auto-fit, auto) 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\] repeat(auto-fill, min-content max-content) [b\] 4px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\] repeat(auto-fit, min-content max-content) [b\] 4px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\] repeat(auto-fill, [b\] fit-content(200px) [c\]) [d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\] repeat(auto-fit, [b\] fit-content(200px) [c\]) [d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px repeat(auto-fill, auto [b\] auto) 4px [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px repeat(auto-fit, auto [b\] auto) 4px [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '100% [a\] repeat(auto-fill, [b\] min-content [c\]) [d\] 300%']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '100% [a\] repeat(auto-fit, [b\] min-content [c\]) [d\] 300%']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1em repeat(auto-fill, max-content [b\] auto) 4em [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1em repeat(auto-fit, max-content [b\] auto) 4em [d\]']
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[grid-template-columns-intrinsic-auto-repeat-computed-withcontent.tentative.html]
|
||||
[Property grid-template-columns value 'repeat(auto-fill, auto)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value 'repeat(auto-fit, [one\] auto)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value 'repeat(auto-fill, min-content [two\])']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value 'repeat(auto-fit, [three\] max-content [four\])']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 21px [b\] repeat(auto-fill, [c\] 22px [d\] auto [e\]) [f\] 24px [g\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 21px [b c\] repeat(auto-fill, [d e\] 22px [f g h\] fit-content(200px) [i j k l\]) [m n\] 24px [o\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] repeat(2, [b\] 20px [c d\] 21px [e f g\]) [h i\] repeat(auto-fit, [j\] auto [k l m\] min-content [n o p q\]) [r s\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[one\] repeat(2, minmax(50px, auto)) [two\] 30px [three\] repeat(auto-fill, auto) 40px [four five\] repeat(2, minmax(200px, auto)) [six\]']
|
||||
expected: FAIL
|
|
@ -0,0 +1,36 @@
|
|||
[grid-template-columns-intrinsic-auto-repeat-computed.tentative.html]
|
||||
[Property grid-template-columns value '1px repeat(auto-fill, auto) 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px repeat(auto-fit, auto) 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\] repeat(auto-fill, min-content max-content) [b\] 4px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\] repeat(auto-fit, min-content max-content) [b\] 4px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\] repeat(auto-fill, [b\] fit-content(200px) [c\]) [d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '1px [a\] repeat(auto-fit, [b\] fit-content(200px) [c\]) [d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px repeat(auto-fill, auto [b\] auto) 4px [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1px repeat(auto-fit, auto [b\] auto) 4px [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '100% [a\] repeat(auto-fill, [b\] min-content [c\]) [d\] 300%']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '100% [a\] repeat(auto-fit, [b\] min-content [c\]) [d\] 300%']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1em repeat(auto-fill, max-content [b\] auto) 4em [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-columns value '[a\] 1em repeat(auto-fit, max-content [b\] auto) 4em [d\]']
|
||||
expected: FAIL
|
|
@ -0,0 +1,36 @@
|
|||
[grid-template-rows-intrinsic-auto-repeat-computed-implicit-track.tentative.html]
|
||||
[Property grid-template-rows value '1px repeat(auto-fill, auto) 3px' computes to '1px 0px 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '1px repeat(auto-fit, auto) 3px' computes to '1px 0px 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '1px [a\] repeat(auto-fill, min-content max-content) [b\] 4px' computes to '1px [a\] 0px 0px [b\] 4px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '1px [a\] repeat(auto-fit, min-content max-content) [b\] 4px' computes to '1px [a\] 0px 0px [b\] 4px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '1px [a\] repeat(auto-fill, [b\] fit-content(200px) [c\]) [d\] 3px' computes to '1px [a b\] 0px [c d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '1px [a\] repeat(auto-fit, [b\] fit-content(200px) [c\]) [d\] 3px' computes to '1px [a b\] 0px [c d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[a\] 1px repeat(auto-fill, auto [b\] auto) 4px [d\]' computes to '[a\] 1px 0px [b\] 0px 4px [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[a\] 1px repeat(auto-fit, auto [b\] auto) 4px [d\]' computes to '[a\] 1px 0px [b\] 0px 4px [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '100% [a\] repeat(auto-fill, [b\] min-content [c\]) [d\] 300%' computes to '1px [a b\] 0px [c d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '100% [a\] repeat(auto-fit, [b\] min-content [c\]) [d\] 300%' computes to '1px [a b\] 0px [c d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[a\] 1em repeat(auto-fill, max-content [b\] auto) 4em [d\]' computes to '[a\] 1px 0px [b\] 0px 4px [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[a\] 1em repeat(auto-fit, max-content [b\] auto) 4em [d\]' computes to '[a\] 1px 0px [b\] 0px 4px [d\]']
|
||||
expected: FAIL
|
|
@ -0,0 +1,36 @@
|
|||
[grid-template-rows-intrinsic-auto-repeat-computed-nogrid.tentative.html]
|
||||
[Property grid-template-rows value '1px repeat(auto-fill, auto) 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '1px repeat(auto-fit, auto) 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '1px [a\] repeat(auto-fill, min-content max-content) [b\] 4px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '1px [a\] repeat(auto-fit, min-content max-content) [b\] 4px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '1px [a\] repeat(auto-fill, [b\] fit-content(200px) [c\]) [d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '1px [a\] repeat(auto-fit, [b\] fit-content(200px) [c\]) [d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[a\] 1px repeat(auto-fill, auto [b\] auto) 4px [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[a\] 1px repeat(auto-fit, auto [b\] auto) 4px [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '100% [a\] repeat(auto-fill, [b\] min-content [c\]) [d\] 300%']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '100% [a\] repeat(auto-fit, [b\] min-content [c\]) [d\] 300%']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[a\] 1em repeat(auto-fill, max-content [b\] auto) 4em [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[a\] 1em repeat(auto-fit, max-content [b\] auto) 4em [d\]']
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[grid-template-rows-intrinsic-auto-repeat-computed-withcontent.tentative.html]
|
||||
[Property grid-template-rows value 'repeat(auto-fill, auto)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value 'repeat(auto-fit, [one\] auto)']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value 'repeat(auto-fill, min-content [two\])']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value 'repeat(auto-fit, [three\] max-content [four\])']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[a\] 21px [b\] repeat(auto-fill, [c\] 22px [d\] auto [e\]) [f\] 24px [g\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[a\] 21px [b c\] repeat(auto-fill, [d e\] 22px [f g h\] fit-content(200px) [i j k l\]) [m n\] 24px [o\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[a\] repeat(2, [b\] 20px [c d\] 21px [e f g\]) [h i\] repeat(auto-fit, [j\] auto [k l m\] min-content [n o p q\]) [r s\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[one\] repeat(2, minmax(50px, auto)) [two\] 30px [three\] repeat(auto-fill, auto) 40px [four five\] repeat(2, minmax(200px, auto)) [six\]']
|
||||
expected: FAIL
|
|
@ -0,0 +1,36 @@
|
|||
[grid-template-rows-intrinsic-auto-repeat-computed.tentative.html]
|
||||
[Property grid-template-rows value '1px repeat(auto-fill, auto) 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '1px repeat(auto-fit, auto) 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '1px [a\] repeat(auto-fill, min-content max-content) [b\] 4px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '1px [a\] repeat(auto-fit, min-content max-content) [b\] 4px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '1px [a\] repeat(auto-fill, [b\] fit-content(200px) [c\]) [d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '1px [a\] repeat(auto-fit, [b\] fit-content(200px) [c\]) [d\] 3px']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[a\] 1px repeat(auto-fill, auto [b\] auto) 4px [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[a\] 1px repeat(auto-fit, auto [b\] auto) 4px [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '100% [a\] repeat(auto-fill, [b\] min-content [c\]) [d\] 300%']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '100% [a\] repeat(auto-fit, [b\] min-content [c\]) [d\] 300%']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[a\] 1em repeat(auto-fill, max-content [b\] auto) 4em [d\]']
|
||||
expected: FAIL
|
||||
|
||||
[Property grid-template-rows value '[a\] 1em repeat(auto-fit, max-content [b\] auto) 4em [d\]']
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue