| 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 82f004bdbb1945a510cb5d93b5aaeac9188d1dbe..9b2e50028a0d3ff4bc9051674f17fc5f5c177c51 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
|
| @@ -52,6 +52,8 @@ PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "min
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is "auto 30px minmax(10%, 60%)"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "fit-content(10px) fit-content(30%)"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is "fit-content(5%) fit-content(40px)"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "2fr"
|
| +PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is "1fr"
|
|
|
| Test setting grid-auto-columns and grid-auto-rows to bad minmax value through JS
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "auto"
|
|
|