Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-positioning-with-orthogonal-flows-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-positioning-with-orthogonal-flows-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-positioning-with-orthogonal-flows-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..dcf86172fcafb06c0ec6c14caedaef91dc84a3bf |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-positioning-with-orthogonal-flows-expected.txt |
@@ -0,0 +1,30 @@ |
+This test checks that grid items positioning works as expected with orthogonal flows. |
+ |
+HORIZONTAL-TB container with VERTICAL-LR items. |
+ |
+X X X X X X |
+X X X X X X |
+X X X X X X |
+X X X X X X |
+PASS |
+HORIZONTAL-TB container with VERTICAL-RL items. |
+ |
+X X X X X X |
+X X X X X X |
+X X X X X X |
+X X X X X X |
+PASS |
+VERTICAL-LR container with HORIZONTAL-TB items. |
+ |
+X X X X X X |
+X X X X X X |
+X X X X X X |
+X X X X X X |
+PASS |
+VERTICAL-RL container with HORIZONTAL-TB items. |
+ |
+X X X X X X |
+X X X X X X |
+X X X X X X |
+X X X X X X |
+PASS |