mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
15 lines
1 KiB
INI
Vendored
15 lines
1 KiB
INI
Vendored
[grid-columns-rows-get-set-multiple.html]
|
|
[Test getting grid-template-columns and grid-template-rows set through CSS for element 'gridWithCalcAndMinMax' : grid-template-columns = '190px 80px', grid-template-rows = '150px 53px']
|
|
expected: FAIL
|
|
|
|
[Test getting grid-template-columns and grid-template-rows set through CSS for element 'gridWithCalcInsideMinMax' : grid-template-columns = '400px 120px', grid-template-rows = '150px 175px']
|
|
expected: FAIL
|
|
|
|
[Test getting and setting grid-template-rows and grid-template-columns through JS: grid-template-columns = '345px 92px', element.style.gridTemplateColumns = 'calc(25px + 40%) minmax(min-content, calc(10% + 12px))', grid-template-rows = '100px 0px', element.style.gridTemplateRows = 'minmax(calc(75% - 350px), max-content) auto']
|
|
expected: FAIL
|
|
|
|
[Test setting grid-template-columns and grid-template-rows to 'inherit' through JS]
|
|
expected: FAIL
|
|
|
|
[Test setting grid-template-columns and grid-template-rows to 'initial' through JS]
|
|
expected: FAIL
|