| 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 0687a69e68584b3d77fe9a44f1fe1ca28be435ac..c7cc5e1020e2e6f1790a068cacc7a84302f79a6c 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
 | 
| @@ -114,14 +114,14 @@ PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
 | 
|  PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "none"
 | 
|  
 | 
|  Test setting grid-template-columns and grid-template-rows to 'inherit' through JS
 | 
| -PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "50px 750px (last)"
 | 
| -PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "20px (middle) 45px"
 | 
| -PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "50px 0px (last)"
 | 
| -PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "20px (middle) 45px"
 | 
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "50px 750px [last]"
 | 
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "20px [middle] 45px"
 | 
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "50px 0px [last]"
 | 
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "20px [middle] 45px"
 | 
|  
 | 
|  Test setting grid-template-columns and grid-template-rows to 'initial' through JS
 | 
| -PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "1200px (middle) 55px"
 | 
| -PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "200px (line) 400px (line)"
 | 
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "1200px [middle] 55px"
 | 
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "200px [line] 400px [line]"
 | 
|  PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is 'none'
 | 
|  PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is 'none'
 | 
|  PASS successfullyParsed is true
 | 
| 
 |