| Index: LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set-expected.txt
|
| diff --git a/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set-expected.txt b/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set-expected.txt
|
| index a6a15279317af62d498f55ba269b03d1f8c7c86e..e29d2792bde5b9462d8e1d3fd0d4a88b5356d580 100644
|
| --- a/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set-expected.txt
|
| +++ b/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set-expected.txt
|
| @@ -3,7 +3,7 @@ Test that setting and getting grid-auto-flow works as expected
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -Test getting -webkit-auto-flow set through CSS
|
| +Test getting auto-flow set through CSS
|
| PASS window.getComputedStyle(gridAutoFlowNone, '').getPropertyValue('grid-auto-flow') is 'none'
|
| PASS window.getComputedStyle(gridAutoFlowColumn, '').getPropertyValue('grid-auto-flow') is 'column'
|
| PASS window.getComputedStyle(gridAutoFlowRow, '').getPropertyValue('grid-auto-flow') is 'row'
|
|
|