mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
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>
108 lines
3.9 KiB
INI
Vendored
108 lines
3.9 KiB
INI
Vendored
[grid-inline-template-columns-rows-resolved-values-001.tentative.html]
|
|
['grid' with: grid-template-columns: auto auto; and grid-template-rows: ;]
|
|
expected: FAIL
|
|
|
|
['gridAutoFlowColumn' with: grid-template-columns: ; and grid-template-rows: auto auto;]
|
|
expected: FAIL
|
|
|
|
['grid' with: grid-template-columns: ; and grid-template-rows: ;]
|
|
expected: FAIL
|
|
|
|
['grid' with: grid-template-columns: 60px; and grid-template-rows: ;]
|
|
expected: FAIL
|
|
|
|
['grid' with: grid-template-columns: 100px 60px; and grid-template-rows: ;]
|
|
expected: FAIL
|
|
|
|
['grid' with: grid-template-columns: ; and grid-template-rows: 50px;]
|
|
expected: FAIL
|
|
|
|
['grid' with: grid-template-columns: ; and grid-template-rows: 50px 30px;]
|
|
expected: FAIL
|
|
|
|
['grid' with: grid-template-columns: 60px; and grid-template-rows: 50px;]
|
|
expected: FAIL
|
|
|
|
['grid' with: grid-template-columns: 60px; and grid-template-rows: 50px 30px;]
|
|
expected: FAIL
|
|
|
|
['grid' with: grid-template-columns: 100px 60px; and grid-template-rows: 50px;]
|
|
expected: FAIL
|
|
|
|
['gridItemsPositions' with: grid-template-columns: ; and grid-template-rows: ;]
|
|
expected: FAIL
|
|
|
|
['gridItemsPositions' with: grid-template-columns: 60px; and grid-template-rows: ;]
|
|
expected: FAIL
|
|
|
|
['gridItemsPositions' with: grid-template-columns: 60px 50px; and grid-template-rows: ;]
|
|
expected: FAIL
|
|
|
|
['gridItemsPositions' with: grid-template-columns: ; and grid-template-rows: 60px;]
|
|
expected: FAIL
|
|
|
|
['gridItemsPositions' with: grid-template-columns: ; and grid-template-rows: 60px 50px;]
|
|
expected: FAIL
|
|
|
|
['gridItemsPositions' with: grid-template-columns: 60px; and grid-template-rows: 60px;]
|
|
expected: FAIL
|
|
|
|
['gridItemsPositions' with: grid-template-columns: 60px; and grid-template-rows: 60px 50px;]
|
|
expected: FAIL
|
|
|
|
['gridItemsPositions' with: grid-template-columns: 60px 50px; and grid-template-rows: 60px;]
|
|
expected: FAIL
|
|
|
|
['gridItemsPositions' with: grid-template-columns: 60px 50px; and grid-template-rows: 60px 50px;]
|
|
expected: FAIL
|
|
|
|
['gridAutoFlowColumn' with: grid-template-columns: ; and grid-template-rows: ;]
|
|
expected: FAIL
|
|
|
|
['gridAutoFlowColumn' with: grid-template-columns: 60px; and grid-template-rows: ;]
|
|
expected: FAIL
|
|
|
|
['gridAutoFlowColumn' with: grid-template-columns: 100px 60px; and grid-template-rows: ;]
|
|
expected: FAIL
|
|
|
|
['gridAutoFlowColumn' with: grid-template-columns: ; and grid-template-rows: 50px;]
|
|
expected: FAIL
|
|
|
|
['gridAutoFlowColumn' with: grid-template-columns: ; and grid-template-rows: 50px 30px;]
|
|
expected: FAIL
|
|
|
|
['gridAutoFlowColumn' with: grid-template-columns: 60px; and grid-template-rows: 50px;]
|
|
expected: FAIL
|
|
|
|
['gridAutoFlowColumn' with: grid-template-columns: 60px; and grid-template-rows: 50px 30px;]
|
|
expected: FAIL
|
|
|
|
['gridAutoFlowColumn' with: grid-template-columns: 100px 60px; and grid-template-rows: 50px;]
|
|
expected: FAIL
|
|
|
|
['gridAutoFlowColumnItemsPositions' with: grid-template-columns: ; and grid-template-rows: ;]
|
|
expected: FAIL
|
|
|
|
['gridAutoFlowColumnItemsPositions' with: grid-template-columns: 60px; and grid-template-rows: ;]
|
|
expected: FAIL
|
|
|
|
['gridAutoFlowColumnItemsPositions' with: grid-template-columns: 60px 70px; and grid-template-rows: ;]
|
|
expected: FAIL
|
|
|
|
['gridAutoFlowColumnItemsPositions' with: grid-template-columns: ; and grid-template-rows: 60px;]
|
|
expected: FAIL
|
|
|
|
['gridAutoFlowColumnItemsPositions' with: grid-template-columns: ; and grid-template-rows: 60px 70px;]
|
|
expected: FAIL
|
|
|
|
['gridAutoFlowColumnItemsPositions' with: grid-template-columns: 60px; and grid-template-rows: 60px;]
|
|
expected: FAIL
|
|
|
|
['gridAutoFlowColumnItemsPositions' with: grid-template-columns: 60px; and grid-template-rows: 60px 70px;]
|
|
expected: FAIL
|
|
|
|
['gridAutoFlowColumnItemsPositions' with: grid-template-columns: 60px 70px; and grid-template-rows: 60px;]
|
|
expected: FAIL
|
|
|
|
['gridAutoFlowColumnItemsPositions' with: grid-template-columns: 60px 70px; and grid-template-rows: 60px 70px;]
|
|
expected: FAIL
|