mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
18 lines
1 KiB
INI
Vendored
18 lines
1 KiB
INI
Vendored
[grid-support-grid-template-columns-rows-001.html]
|
|
['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: 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: 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
|