servo/tests/wpt/meta/css/css-grid/grid-definition/grid-inline-support-named-grid-lines-001.html.ini
Oriol Brufau fe9d49fccc
layout: Require specific layout info in BoxFragment::new() (#37917)
It was very easy to forget about using `.with_specific_layout_info()` to
set the specific layout info, so it's better to make it a parameter.

In fact this already happened in the past: #36993 fixed the missing
specific layout info for flex items.

This patch fixes it for floats and atomic inlines. It also propagates it
in other cases where not doing so was not a big deal because the
specific layout info was None, but that was a fragile assumption.

Testing: Various WPT improvements
Fixes: #37898

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-07-07 15:25:15 +00:00

108 lines
5 KiB
INI
Vendored

[grid-inline-support-named-grid-lines-001.html]
['emptyGrid' with: grid-template-columns: [first\] auto [last\]; and grid-template-rows: [first\] auto [last\];]
expected: FAIL
['grid' with: grid-template-columns: [first\] auto [last\]; and grid-template-rows: [first\] auto [last\];]
expected: FAIL
['emptyGrid' with: grid-template-columns: [F1rst-L1_n3\] auto [L4st-L1_n3\]; and grid-template-rows: [F1rst-L1_n3\] auto [L4st-L1_n3\];]
expected: FAIL
['grid' with: grid-template-columns: [F1rst-L1_n3\] auto [L4st-L1_n3\]; and grid-template-rows: [F1rst-L1_n3\] auto [L4st-L1_n3\];]
expected: FAIL
['emptyGrid' with: grid-template-columns: [first\] auto; and grid-template-rows: [first\] auto;]
expected: FAIL
['grid' with: grid-template-columns: [first\] auto; and grid-template-rows: [first\] auto;]
expected: FAIL
['emptyGrid' with: grid-template-columns: auto [last\]; and grid-template-rows: auto [last\];]
expected: FAIL
['grid' with: grid-template-columns: auto [last\]; and grid-template-rows: auto [last\];]
expected: FAIL
['emptyGrid' with: grid-template-columns: [line\] auto [line\]; and grid-template-rows: [line\] auto [line\];]
expected: FAIL
['grid' with: grid-template-columns: [line\] auto [line\]; and grid-template-rows: [line\] auto [line\];]
expected: FAIL
['emptyGrid' with: grid-template-columns: [first line\] auto [last line\]; and grid-template-rows: [first line\] auto [last line\];]
expected: FAIL
['grid' with: grid-template-columns: [first line\] auto [last line\]; and grid-template-rows: [first line\] auto [last line\];]
expected: FAIL
['emptyGrid' with: grid-template-columns: [a\] auto [b\] auto [c\]; and grid-template-rows: [a\] auto [b\] auto [c\];]
expected: FAIL
['grid' with: grid-template-columns: [a\] auto [b\] auto [c\]; and grid-template-rows: [a\] auto [b\] auto [c\];]
expected: FAIL
['emptyGrid' with: grid-template-columns: auto [b\] auto [c\]; and grid-template-rows: auto [b\] auto [c\];]
expected: FAIL
['grid' with: grid-template-columns: auto [b\] auto [c\]; and grid-template-rows: auto [b\] auto [c\];]
expected: FAIL
['emptyGrid' with: grid-template-columns: [a\] auto auto [c\]; and grid-template-rows: [a\] auto auto [c\];]
expected: FAIL
['grid' with: grid-template-columns: [a\] auto auto [c\]; and grid-template-rows: [a\] auto auto [c\];]
expected: FAIL
['emptyGrid' with: grid-template-columns: [a\] auto [b\] auto; and grid-template-rows: [a\] auto [b\] auto;]
expected: FAIL
['grid' with: grid-template-columns: [a\] auto [b\] auto; and grid-template-rows: [a\] auto [b\] auto;]
expected: FAIL
['emptyGrid' with: grid-template-columns: [a\] auto auto; and grid-template-rows: [a\] auto auto;]
expected: FAIL
['grid' with: grid-template-columns: [a\] auto auto; and grid-template-rows: [a\] auto auto;]
expected: FAIL
['emptyGrid' with: grid-template-columns: auto [b\] auto; and grid-template-rows: auto [b\] auto;]
expected: FAIL
['grid' with: grid-template-columns: auto [b\] auto; and grid-template-rows: auto [b\] auto;]
expected: FAIL
['emptyGrid' with: grid-template-columns: auto auto [c\]; and grid-template-rows: auto auto [c\];]
expected: FAIL
['grid' with: grid-template-columns: auto auto [c\]; and grid-template-rows: auto auto [c\];]
expected: FAIL
['emptyGrid' with: grid-template-columns: [a\] auto [a\] auto [a\]; and grid-template-rows: [a\] auto [a\] auto [a\];]
expected: FAIL
['grid' with: grid-template-columns: [a\] auto [a\] auto [a\]; and grid-template-rows: [a\] auto [a\] auto [a\];]
expected: FAIL
['emptyGrid' with: grid-template-columns: [a b c\] auto [a b c\] auto [a b c\]; and grid-template-rows: [a b c\] auto [a b c\] auto [a b c\];]
expected: FAIL
['grid' with: grid-template-columns: [a b c\] auto [a b c\] auto [a b c\]; and grid-template-rows: [a b c\] auto [a b c\] auto [a b c\];]
expected: FAIL
['emptyGrid' with: grid-template-columns: [a\] 40em [b\] 100px [c\] 15% [d\]; and grid-template-rows: [z\] 50px [y\] 20em [x\] 10% [w\];]
expected: FAIL
['grid' with: grid-template-columns: [a\] 40em [b\] 100px [c\] 15% [d\]; and grid-template-rows: [z\] 50px [y\] 20em [x\] 10% [w\];]
expected: FAIL
['emptyGrid' with: grid-template-columns: [a\] 200px [b\] 1fr [c\]; and grid-template-rows: [z\] 1fr [y\] 100px [x\];]
expected: FAIL
['grid' with: grid-template-columns: [a\] 200px [b\] 1fr [c\]; and grid-template-rows: [z\] 1fr [y\] 100px [x\];]
expected: FAIL
['emptyGrid' with: grid-template-columns: [a\] min-content [b\] 1fr [c\] calc(20px + 10%) [d\] minmax(30em, 50em) [e\]; and grid-template-rows: [z\] min-content [y\] 1fr [x\] calc(10% + 40px) [w\] minmax(3em, 5em) [v\];]
expected: FAIL
['grid' with: grid-template-columns: [a\] min-content [b\] 1fr [c\] calc(20px + 10%) [d\] minmax(30em, 50em) [e\]; and grid-template-rows: [z\] min-content [y\] 1fr [x\] calc(10% + 40px) [w\] minmax(3em, 5em) [v\];]
expected: FAIL