| 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 fdd39c349889c61ff1bc8c23283010541b50d7d9..fd7ed122fc71a4f3b955b5abd9599d401e4651bc 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"
|
|
|