mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
* Store taffy detailed info into fragment Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> * Fix info propagation and resolved grid track query Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> * Fix import Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> * Fix tracklist matching logic and type optimization Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> * Run fmt Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> * Update wpt expectations Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> * Optimizing info propagation and minor qol Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> * Run fmt Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> --------- Signed-off-by: stevennovaryo <steven.novaryo@gmail.com>
69 lines
2.9 KiB
INI
Vendored
69 lines
2.9 KiB
INI
Vendored
[grid-support-grid-template-columns-rows-001.html]
|
|
['grid' with: grid-template-columns: none; and grid-template-rows: none;]
|
|
expected: FAIL
|
|
|
|
['emptyGrid' with: grid-template-columns: auto; and grid-template-rows: auto;]
|
|
expected: FAIL
|
|
|
|
['grid' with: grid-template-columns: auto; and grid-template-rows: auto;]
|
|
expected: FAIL
|
|
|
|
['emptyGrid' with: grid-template-columns: 25%; and grid-template-rows: 50%;]
|
|
expected: FAIL
|
|
|
|
['emptyGrid' with: grid-template-columns: calc(200px + 10%); and grid-template-rows: calc(25% + 50px);]
|
|
expected: FAIL
|
|
|
|
['grid' with: grid-template-columns: calc(200px + 10%); and grid-template-rows: calc(25% + 50px);]
|
|
expected: FAIL
|
|
|
|
['emptyGrid' with: grid-template-columns: 1fr; and grid-template-rows: 1fr;]
|
|
expected: FAIL
|
|
|
|
['emptyGrid' with: grid-template-columns: max-content; and grid-template-rows: max-content;]
|
|
expected: FAIL
|
|
|
|
['emptyGrid' with: grid-template-columns: min-content; and grid-template-rows: min-content;]
|
|
expected: FAIL
|
|
|
|
['emptyGrid' with: grid-template-columns: minmax(200px, 400px); and grid-template-rows: minmax(50px, 100px);]
|
|
expected: FAIL
|
|
|
|
['emptyGrid' with: grid-template-columns: minmax(calc(10% + 200px), calc(800px - 20%)); and grid-template-rows: minmax(calc(20% + 50px), calc(600px - 10%));]
|
|
expected: FAIL
|
|
|
|
['grid' with: grid-template-columns: minmax(calc(10% + 200px), calc(800px - 20%)); and grid-template-rows: minmax(calc(20% + 50px), calc(600px - 10%));]
|
|
expected: FAIL
|
|
|
|
['emptyGrid' with: grid-template-columns: 40em 100px 15%; and grid-template-rows: 50px 20em 10%;]
|
|
expected: FAIL
|
|
|
|
['emptyGrid' with: grid-template-columns: 200px 1fr; and grid-template-rows: 1fr 100px;]
|
|
expected: FAIL
|
|
|
|
['emptyGrid' with: grid-template-columns: auto 1fr; and grid-template-rows: auto 1fr;]
|
|
expected: FAIL
|
|
|
|
['emptyGrid' with: grid-template-columns: 1fr 3fr; and grid-template-rows: 2fr 1fr;]
|
|
expected: FAIL
|
|
|
|
['emptyGrid' with: grid-template-columns: minmax(25px, 75px) 750px; and grid-template-rows: minmax(50px, 150px) 500px;]
|
|
expected: FAIL
|
|
|
|
['emptyGrid' with: grid-template-columns: min-content 1fr calc(20px + 10%) minmax(30em, 50em); and grid-template-rows: min-content 1fr calc(10% + 40px) minmax(3em, 5em);]
|
|
expected: FAIL
|
|
|
|
['grid' with: grid-template-columns: min-content 1fr calc(20px + 10%) minmax(30em, 50em); and grid-template-rows: min-content 1fr calc(10% + 40px) minmax(3em, 5em);]
|
|
expected: FAIL
|
|
|
|
['grid' with: grid-template-columns: foo; and grid-template-rows: bar;]
|
|
expected: FAIL
|
|
|
|
['grid' with: grid-template-columns: auto none; and grid-template-rows: none auto;]
|
|
expected: FAIL
|
|
|
|
['grid' with: grid-template-columns: 100px, 200px; and grid-template-rows: 300px, 400px;]
|
|
expected: FAIL
|
|
|
|
['grid' with: grid-template-columns: minmax(100px, 200px, 300px); and grid-template-rows: minmax(100px, 200px, 300px);]
|
|
expected: FAIL
|