mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
12 lines
608 B
INI
Vendored
12 lines
608 B
INI
Vendored
[grid-support-flexible-lengths-001.html]
|
|
['emptyGrid' with: grid-template-columns: calc(50px + 50%) 1fr; and grid-template-rows: calc(50px + 50%) 1fr;]
|
|
expected: FAIL
|
|
|
|
['grid' with: grid-template-columns: calc(50px + 50%) 1fr; and grid-template-rows: calc(50px + 50%) 1fr;]
|
|
expected: FAIL
|
|
|
|
['emptyGrid' with: grid-template-columns: [a\] repeat(4, [b\] 1fr [c\]) [d\]; and grid-template-rows: [z\] repeat(4, [y\] 1fr) [x\];]
|
|
expected: FAIL
|
|
|
|
['grid' with: grid-template-columns: [a\] repeat(4, [b\] 1fr [c\]) [d\]; and grid-template-rows: [z\] repeat(4, [y\] 1fr) [x\];]
|
|
expected: FAIL
|