| Index: LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-multiple-expected.txt
|
| diff --git a/LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-multiple-expected.txt b/LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-multiple-expected.txt
|
| index 5d7b190faa31cf3ec074deee2342e6b908eed462..4e4dbb144833b3c6a38059cbd6711c3d285b25fd 100644
|
| --- a/LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-multiple-expected.txt
|
| +++ b/LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-multiple-expected.txt
|
| @@ -98,14 +98,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 1fr (last)"
|
| -PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "101% (middle) 45px"
|
| -PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "50px 1fr (last)"
|
| -PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "101% (middle) 45px"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "50px 1fr [last]"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "101% [middle] 45px"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "50px 1fr [last]"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "101% [middle] 45px"
|
|
|
| Test setting grid-template-columns and grid-template-rows to 'initial' through JS
|
| -PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "150% (middle) 55px"
|
| -PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "1fr (line) 2fr (line)"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "150% [middle] 55px"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "1fr [line] 2fr [line]"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is 'none'
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is 'none'
|
| PASS successfullyParsed is true
|
|
|