| Index: LayoutTests/webexposed/nonstable-css-properties-expected.txt
|
| diff --git a/LayoutTests/webexposed/nonstable-css-properties-expected.txt b/LayoutTests/webexposed/nonstable-css-properties-expected.txt
|
| index f82ed7b29406c8ef91fbc47397795e53a4288855..ce077e6232a3ceaae90e06f6e9f8c33ce889c197 100644
|
| --- a/LayoutTests/webexposed/nonstable-css-properties-expected.txt
|
| +++ b/LayoutTests/webexposed/nonstable-css-properties-expected.txt
|
| @@ -35,13 +35,13 @@ el.style.setProperty('grid-auto-rows', 'auto')
|
| el.style.getPropertyValue('grid-auto-rows') is auto
|
| getComputedStyle(el).getPropertyValue('grid-auto-rows') is auto
|
|
|
| -el.style.setProperty('grid-definition-columns', 'min-content')
|
| -el.style.getPropertyValue('grid-definition-columns') is min-content
|
| -getComputedStyle(el).getPropertyValue('grid-definition-columns') is min-content
|
| +el.style.setProperty('grid-template-columns', 'min-content')
|
| +el.style.getPropertyValue('grid-template-columns') is min-content
|
| +getComputedStyle(el).getPropertyValue('grid-template-columns') is min-content
|
|
|
| -el.style.setProperty('grid-definition-rows', 'max-content')
|
| -el.style.getPropertyValue('grid-definition-rows') is max-content
|
| -getComputedStyle(el).getPropertyValue('grid-definition-rows') is max-content
|
| +el.style.setProperty('grid-template-rows', 'max-content')
|
| +el.style.getPropertyValue('grid-template-rows') is max-content
|
| +getComputedStyle(el).getPropertyValue('grid-template-rows') is max-content
|
|
|
| el.style.setProperty('grid-column-start', 'auto')
|
| el.style.getPropertyValue('grid-column-start') is auto
|
|
|