Chromium Code Reviews| Index: LayoutTests/fast/css-grid-layout/grid-item-positioning-with-orthogonal-flows-expected.txt |
| diff --git a/LayoutTests/fast/css-grid-layout/grid-item-positioning-with-orthogonal-flows-expected.txt b/LayoutTests/fast/css-grid-layout/grid-item-positioning-with-orthogonal-flows-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..078c22fa6584ea48e34bc264152b11aab78e1fda |
| --- /dev/null |
| +++ b/LayoutTests/fast/css-grid-layout/grid-item-positioning-with-orthogonal-flows-expected.txt |
| @@ -0,0 +1,16 @@ |
| +This test checks that grid items positioning works as expected with orthogonal flows. |
| + |
| +HORIZONTAL-TB container with VERTICAL-RL items. |
| + |
| +XXXXXXXXXXXXX |
| +XXXXXXX |
| +XXXXXXXXXXXXX |
| +XXXXXXX |
| +PASS |
| +VERTICAL-RL container with HORIZONTAL-TB items. |
| + |
| +XXXXXXXXXXXXX |
| +XXXXXXX |
| +XXXXXXXXXXXXX |
| +XXXXXXX |
| +PASS |