| Index: LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-expected.txt
|
| diff --git a/LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-expected.txt b/LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-expected.txt
|
| index 22be5549fc54efd7aab477ca6d2d178d1d3029b7..c859ab50cdeb889c419fcc9e82fed9445077fe84 100644
|
| --- a/LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-expected.txt
|
| +++ b/LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-expected.txt
|
| @@ -140,12 +140,12 @@ PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "no
|
| PASS element.style.gridTemplateRows is "none"
|
|
|
| Test setting grid-template-columns and grid-template-rows to 'inherit' through JS
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is '50px (last)'
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is '(first) 101%'
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is '50px [last]'
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is '[first] 101%'
|
|
|
| Test setting grid-template-columns and grid-template-rows to 'initial' through JS
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is '150% (last)'
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is '(first) 1fr'
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is '150% [last]'
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is '[first] 1fr'
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is 'none'
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is 'none'
|
| PASS successfullyParsed is true
|
|
|