| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set-expected.txt
|
| index 5e22378d14af634b0c52498ad479140ed5e24994..f2e3a428f0a31a98f18790a0a097cae4e03977ce 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set-expected.txt
|
| @@ -99,11 +99,11 @@ PASS element.style.gridTemplateRows is "20px"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-areas') is "none"
|
| PASS element.style.gridTemplateAreas is "none"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is "row"
|
| -PASS element.style.gridAutoFlow is "initial"
|
| +PASS element.style.gridAutoFlow is "row"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "auto"
|
| -PASS element.style.gridAutoColumns is "initial"
|
| +PASS element.style.gridAutoColumns is "auto"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is "auto"
|
| -PASS element.style.gridAutoRows is "initial"
|
| +PASS element.style.gridAutoRows is "auto"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "10px"
|
| PASS element.style.gridTemplateColumns is "10px"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "[line] 20px"
|
| @@ -111,17 +111,17 @@ PASS element.style.gridTemplateRows is "[line] 20px"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-areas') is "\"a\""
|
| PASS element.style.gridTemplateAreas is "\"a\""
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is "row"
|
| -PASS element.style.gridAutoFlow is "initial"
|
| +PASS element.style.gridAutoFlow is "row"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "auto"
|
| -PASS element.style.gridAutoColumns is "initial"
|
| +PASS element.style.gridAutoColumns is "auto"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is "auto"
|
| -PASS element.style.gridAutoRows is "initial"
|
| +PASS element.style.gridAutoRows is "auto"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| -PASS element.style.gridTemplateColumns is "initial"
|
| +PASS element.style.gridTemplateColumns is "none"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "none"
|
| -PASS element.style.gridTemplateRows is "initial"
|
| +PASS element.style.gridTemplateRows is "none"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-areas') is "none"
|
| -PASS element.style.gridTemplateAreas is "initial"
|
| +PASS element.style.gridTemplateAreas is "none"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is "row dense"
|
| PASS element.style.gridAutoFlow is "row dense"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "20px"
|
| @@ -129,11 +129,11 @@ PASS element.style.gridAutoColumns is "20px"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is "20px"
|
| PASS element.style.gridAutoRows is "20px"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| -PASS element.style.gridTemplateColumns is "initial"
|
| +PASS element.style.gridTemplateColumns is "none"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "none"
|
| -PASS element.style.gridTemplateRows is "initial"
|
| +PASS element.style.gridTemplateRows is "none"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-areas') is "none"
|
| -PASS element.style.gridTemplateAreas is "initial"
|
| +PASS element.style.gridTemplateAreas is "none"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is "column"
|
| PASS element.style.gridAutoFlow is "column"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "10px"
|
| @@ -157,11 +157,11 @@ PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is 'auto'
|
|
|
| Test setting grid-template-columns and grid-template-rows back to 'none' through JS
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| -PASS element.style.gridTemplateColumns is "initial"
|
| +PASS element.style.gridTemplateColumns is "none"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-rows') is "none"
|
| -PASS element.style.gridTemplateRows is "initial"
|
| +PASS element.style.gridTemplateRows is "none"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-areas') is "none"
|
| -PASS element.style.gridTemplateAreas is "initial"
|
| +PASS element.style.gridTemplateAreas is "none"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is "column"
|
| PASS element.style.gridAutoFlow is "column"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "20px"
|
| @@ -175,11 +175,11 @@ PASS element.style.gridTemplateRows is "none"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-template-areas') is "none"
|
| PASS element.style.gridTemplateAreas is "none"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-flow') is "row"
|
| -PASS element.style.gridAutoFlow is "initial"
|
| +PASS element.style.gridAutoFlow is "row"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-columns') is "auto"
|
| -PASS element.style.gridAutoColumns is "initial"
|
| +PASS element.style.gridAutoColumns is "auto"
|
| PASS getComputedStyle(element, '').getPropertyValue('grid-auto-rows') is "auto"
|
| -PASS element.style.gridAutoRows is "initial"
|
| +PASS element.style.gridAutoRows is "auto"
|
|
|
| Test the inherit value on reset-only subproperties (grid-*-gap)
|
| PASS getComputedStyle(anotherElement, '').getPropertyValue('grid-column-gap') is "0px"
|
|
|