| 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 b835a0bf18fbbd102c0c8fbf108e03d43f68e2e7..cad686a3237580b241ea3b3189757d80e196920e 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
|
| @@ -4,8 +4,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| Test getting auto-flow set through CSS
|
| -PASS window.getComputedStyle(gridAutoFlowColumn, '').getPropertyValue('grid-auto-flow') is 'column'
|
| -PASS window.getComputedStyle(gridAutoFlowRow, '').getPropertyValue('grid-auto-flow') is 'row'
|
| +PASS window.getComputedStyle(gridAutoFlowColumnSparse, '').getPropertyValue('grid-auto-flow') is 'column'
|
| +PASS window.getComputedStyle(gridAutoFlowRowSparse, '').getPropertyValue('grid-auto-flow') is 'row'
|
| PASS window.getComputedStyle(gridAutoFlowColumnDense, '').getPropertyValue('grid-auto-flow') is 'column dense'
|
| PASS window.getComputedStyle(gridAutoFlowRowDense, '').getPropertyValue('grid-auto-flow') is 'row dense'
|
| PASS window.getComputedStyle(gridAutoFlowDenseColumn, '').getPropertyValue('grid-auto-flow') is 'column dense'
|
|
|