| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt
|
| index b68ead253a80be5cc8c1463b6cc8d71b7340e77e..2fd115b86db57869530c169b0bb8368c27397fb4 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt
|
| @@ -127,9 +127,9 @@ PASS element.style.gridTemplateColumns is "0fr"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "0px"
|
| PASS element.style.gridTemplateRows is "0fr"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "0px"
|
| -PASS element.style.gridTemplateColumns is "minmax(0fr, 0fr)"
|
| +PASS element.style.gridTemplateColumns is "minmax(auto, 0fr)"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "0px"
|
| -PASS element.style.gridTemplateRows is "minmax(0fr, 0fr)"
|
| +PASS element.style.gridTemplateRows is "minmax(auto, 0fr)"
|
|
|
| Test getting and setting grid-template-columns and grid-template-rows to calc() values through JS
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "150px"
|
| @@ -176,6 +176,10 @@ PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
|
| PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "none"
|
| PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "none"
|
|
|
| Test setting grid-template-columns and grid-template-rows back to 'none' through JS
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "18px"
|
|
|