| Index: LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt
|
| diff --git a/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt b/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt
|
| index f7414aa8b1af4305d8b615ddb30d55af87bdc102..38aae9f3e0a95a7aef818ed8d4f692bd0e941d3a 100644
|
| --- a/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt
|
| +++ b/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt
|
| @@ -18,16 +18,16 @@ PASS getComputedStyle(gridWithPercentAndViewportPercent, '').getPropertyValue('g
|
| PASS getComputedStyle(gridWithPercentAndViewportPercent, '').getPropertyValue('grid-rows') is '35% 168px'
|
| PASS getComputedStyle(gridWithFitContentAndFitAvailable, '').getPropertyValue('grid-columns') is 'none'
|
| PASS getComputedStyle(gridWithFitContentAndFitAvailable, '').getPropertyValue('grid-rows') is 'none'
|
| -PASS getComputedStyle(gridWithMinMaxContent, '').getPropertyValue('grid-columns') is '-webkit-min-content -webkit-max-content'
|
| -PASS getComputedStyle(gridWithMinMaxContent, '').getPropertyValue('grid-rows') is '-webkit-max-content -webkit-min-content'
|
| +PASS getComputedStyle(gridWithMinMaxContent, '').getPropertyValue('grid-columns') is 'min-content max-content'
|
| +PASS getComputedStyle(gridWithMinMaxContent, '').getPropertyValue('grid-rows') is 'max-content min-content'
|
| PASS getComputedStyle(gridWithMinMaxAndFixed, '').getPropertyValue('grid-columns') is 'minmax(45px, 30%) 15px'
|
| PASS getComputedStyle(gridWithMinMaxAndFixed, '').getPropertyValue('grid-rows') is '120px minmax(35%, 10px)'
|
| -PASS getComputedStyle(gridWithMinMaxAndMinMaxContent, '').getPropertyValue('grid-columns') is 'minmax(-webkit-min-content, 30%) 15px'
|
| -PASS getComputedStyle(gridWithMinMaxAndMinMaxContent, '').getPropertyValue('grid-rows') is '120px minmax(35%, -webkit-max-content)'
|
| +PASS getComputedStyle(gridWithMinMaxAndMinMaxContent, '').getPropertyValue('grid-columns') is 'minmax(min-content, 30%) 15px'
|
| +PASS getComputedStyle(gridWithMinMaxAndMinMaxContent, '').getPropertyValue('grid-rows') is '120px minmax(35%, max-content)'
|
| PASS getComputedStyle(gridWithFractionFraction, '').getPropertyValue('grid-columns') is '1fr 2fr'
|
| PASS getComputedStyle(gridWithFractionFraction, '').getPropertyValue('grid-rows') is '3fr 4fr'
|
| -PASS getComputedStyle(gridWithFractionMinMax, '').getPropertyValue('grid-columns') is 'minmax(-webkit-min-content, 45px) 2fr'
|
| -PASS getComputedStyle(gridWithFractionMinMax, '').getPropertyValue('grid-rows') is '3fr minmax(14px, -webkit-max-content)'
|
| +PASS getComputedStyle(gridWithFractionMinMax, '').getPropertyValue('grid-columns') is 'minmax(min-content, 45px) 2fr'
|
| +PASS getComputedStyle(gridWithFractionMinMax, '').getPropertyValue('grid-rows') is '3fr minmax(14px, max-content)'
|
|
|
| Test the initial value
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-columns') is 'none'
|
|
|