| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-get-set-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-get-set-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-get-set-expected.txt
|
| index 6621896caa2d40850b696e5e0e5fa266dec24334..0490123674eb8b448dcc6659e796b75c70f3f0ba 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-get-set-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-get-set-expected.txt
|
| @@ -22,6 +22,10 @@ PASS window.getComputedStyle(gridAutoFixedFixedWithFixedFixedWithChildren, '').g
|
| PASS window.getComputedStyle(gridAutoFixedFixedWithFixedFixedWithChildren, '').getPropertyValue('grid-auto-columns') is "40px"
|
| PASS window.getComputedStyle(gridAutoFixedFixedWithFixedFixedWithChildren, '').getPropertyValue('grid-template-columns') is "20px 40px 40px"
|
| PASS window.getComputedStyle(gridAutoFixedFixedWithFixedFixedWithChildren, '').getPropertyValue('grid-template-rows') is "15px 30px 30px"
|
| +PASS window.getComputedStyle(gridAutoMultipleTracks, '').getPropertyValue('grid-template-columns') is "25px 50px 100px 25px"
|
| +PASS window.getComputedStyle(gridAutoMultipleTracks, '').getPropertyValue('grid-template-rows') is "10px 20px 30px 10px"
|
| +PASS window.getComputedStyle(gridAutoMultipleTracksNegativeIndexes, '').getPropertyValue('grid-template-columns') is "100px 25px 50px 100px"
|
| +PASS window.getComputedStyle(gridAutoMultipleTracksNegativeIndexes, '').getPropertyValue('grid-template-rows') is "30px 10px 20px 30px"
|
|
|
| Test that grid-template-* definitions are not affected by grid-auto-* definitions
|
| PASS window.getComputedStyle(gridAutoFixedFixed, '').getPropertyValue('grid-template-columns') is "none"
|
| @@ -36,22 +40,28 @@ PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is 'aut
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is 'auto'
|
|
|
| Test getting and setting grid-auto-columns and grid-auto-rows through JS
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is '180px'
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is '660px'
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is 'minmax(min-content, 48px)'
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is 'minmax(80px, min-content)'
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is 'minmax(min-content, max-content)'
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is 'minmax(max-content, min-content)'
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "180px"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is "660px"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "minmax(min-content, 48px)"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is "minmax(80px, min-content)"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "minmax(min-content, max-content)"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is "minmax(max-content, min-content)"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "minmax(min-content, 10px) 48px 5%"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is "auto 30px minmax(10%, 60%)"
|
|
|
| Test setting grid-auto-columns and grid-auto-rows to bad minmax value through JS
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is 'auto'
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is 'auto'
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is 'auto'
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is 'auto'
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is 'auto'
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is 'auto'
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is 'auto'
|
| -PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is 'auto'
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "auto"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is "auto"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "auto"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is "auto"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "auto"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is "auto"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "auto"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is "auto"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "auto"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is "auto"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "auto"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is "auto"
|
|
|
| Test setting grid-auto-columns and grid-auto-rows to 'inherit' through JS
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is '50px'
|
|
|