mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
* Add layout.grid.enabled pref Signed-off-by: Nico Burns <nico@nicoburns.com> * Add taffy dependency Signed-off-by: Nico Burns <nico@nicoburns.com> * Import taffy <-> stylo conversion code from taffy_stylo crate Signed-off-by: Nico Burns <nico@nicoburns.com> * Add `Grid` variant to DisplayInside Signed-off-by: Nico Burns <nico@nicoburns.com> * Implement CSS Grid using Taffy Signed-off-by: Nico Burns <nico@nicoburns.com> Import full stylo_taffy crate Signed-off-by: Nico Burns <nico@nicoburns.com> Squashed PR feedback changes Deduplicate is_document_only_whitespace Signed-off-by: Nico Burns <nico@nicoburns.com> Import taffy::AvailableSpace Signed-off-by: Nico Burns <nico@nicoburns.com> Rename FlexContext to TaffyContainerContext Signed-off-by: Nico Burns <nico@nicoburns.com> Eliminate references to flexbox in taffy/layout module Signed-off-by: Nico Burns <nico@nicoburns.com> Use constructors for geom types Signed-off-by: Nico Burns <nico@nicoburns.com> Remove comment about abspos elements splitting contiguous text runs Signed-off-by: Nico Burns <nico@nicoburns.com> Remove reference to flexbox in taffy/construct Signed-off-by: Nico Burns <nico@nicoburns.com> Deduplicate construction of flexbox/grid containers Signed-off-by: Nico Burns <nico@nicoburns.com> Make anonymous text runs InFlow Signed-off-by: Nico Burns <nico@nicoburns.com> Remove commented code Signed-off-by: Nico Burns <nico@nicoburns.com> Update comments Signed-off-by: Nico Burns <nico@nicoburns.com> Inline/vendor the stylo/taffy interop code Signed-off-by: Nico Burns <nico@nicoburns.com> * Update test expectations Signed-off-by: Nico Burns <nico@nicoburns.com> * Fix nits from PR review Signed-off-by: Nico Burns <nico@nicoburns.com> --------- Signed-off-by: Nico Burns <nico@nicoburns.com>
108 lines
3.9 KiB
INI
Vendored
108 lines
3.9 KiB
INI
Vendored
[grid-template-columns-rows-resolved-values-001.html]
|
|
['grid' with: grid-template-columns: ; and grid-template-rows: ;]
|
|
expected: FAIL
|
|
|
|
['grid' with: grid-template-columns: auto auto; 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: ; and grid-template-rows: auto auto;]
|
|
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
|