| Index: LayoutTests/fast/css-grid-layout/named-grid-line-get-set-expected.txt
|
| diff --git a/LayoutTests/fast/css-grid-layout/named-grid-line-get-set-expected.txt b/LayoutTests/fast/css-grid-layout/named-grid-line-get-set-expected.txt
|
| index c5f4353b31d4ad529b54f2cdffcdcf22ab6fbd5e..f45f6ec0a87c92afb337dc13020003814353ece2 100644
|
| --- a/LayoutTests/fast/css-grid-layout/named-grid-line-get-set-expected.txt
|
| +++ b/LayoutTests/fast/css-grid-layout/named-grid-line-get-set-expected.txt
|
| @@ -8,6 +8,10 @@ PASS window.getComputedStyle(gridWithFixedElement, '').getPropertyValue('grid-de
|
| PASS window.getComputedStyle(gridWithFixedElement, '').getPropertyValue('grid-definition-rows') is "(first) 15px"
|
| PASS window.getComputedStyle(gridWithPercentElement, '').getPropertyValue('grid-definition-columns') is "424px (last)"
|
| PASS window.getComputedStyle(gridWithPercentElement, '').getPropertyValue('grid-definition-rows') is "162px (last)"
|
| +PASS window.getComputedStyle(gridWithPercentWithoutSize, '').getPropertyValue('grid-definition-columns') is "0px (last)"
|
| +PASS window.getComputedStyle(gridWithPercentWithoutSize, '').getPropertyValue('grid-definition-rows') is "0px (last)"
|
| +PASS window.getComputedStyle(gridWithPercentWithoutSizeWithChildren, '').getPropertyValue('grid-definition-columns') is "77px (last)"
|
| +PASS window.getComputedStyle(gridWithPercentWithoutSizeWithChildren, '').getPropertyValue('grid-definition-rows') is "22px (last)"
|
| PASS window.getComputedStyle(gridWithAutoElement, '').getPropertyValue('grid-definition-columns') is "(first) 0px"
|
| PASS window.getComputedStyle(gridWithAutoElement, '').getPropertyValue('grid-definition-rows') is "0px (last)"
|
| PASS window.getComputedStyle(gridWithAutoWithChildrenElement, '').getPropertyValue('grid-definition-columns') is "(first) 77px"
|
|
|