| Index: LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt
|
| diff --git a/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt b/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt
|
| index 2f21f4dfc62ea0f56002f0f70c2cb4292e31c46c..222a6a47a2a8d1244da7c77b5509d11e88ccddff 100644
|
| --- a/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt
|
| +++ b/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt
|
| @@ -140,12 +140,12 @@ PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is "
|
| PASS element.style.gridDefinitionRows is "none"
|
|
|
| Test setting grid-definition-columns and grid-definition-rows to 'inherit' through JS
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-definition-columns') is '50px last'
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is 'first 101px'
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-definition-columns') is '50px (last)'
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is '(first) 101px'
|
|
|
| Test setting grid-definition-columns and grid-definition-rows to 'initial' through JS
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-definition-columns') is '450px last'
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is 'first 150px'
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-definition-columns') is '450px (last)'
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is '(first) 150px'
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-definition-columns') is 'none'
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is 'none'
|
| PASS successfullyParsed is true
|
|
|