| Index: LayoutTests/fast/css-grid-layout/grid-content-alignment-with-span-expected.txt
|
| diff --git a/LayoutTests/fast/css-grid-layout/grid-content-alignment-with-span-expected.txt b/LayoutTests/fast/css-grid-layout/grid-content-alignment-with-span-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8a3ffdc8edd294933bf33f2696ed72bd22dc07cb
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/css-grid-layout/grid-content-alignment-with-span-expected.txt
|
| @@ -0,0 +1,26 @@
|
| +This test checks that Content Distribution alignment is applied correctly when items span more than one track.
|
| +
|
| +direction: LTR | distribution: 'space-between'
|
| +
|
| +PASS
|
| +direction: LTR | distribution: 'space-around'
|
| +
|
| +PASS
|
| +direction: LTR | distribution: 'space-evenly'
|
| +
|
| +PASS
|
| +direction: LTR | distribution: 'stretch'
|
| +
|
| +PASS
|
| +direction: RTL | distribution: 'space-between'
|
| +
|
| +PASS
|
| +direction: RTL | distribution: 'space-around'
|
| +
|
| +PASS
|
| +direction: RTL | distribution: 'space-evenly''
|
| +
|
| +PASS
|
| +direction: RTL | distribution: 'stretch'
|
| +
|
| +PASS
|
|
|