Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: LayoutTests/fast/css-grid-layout/grid-item-positioning-with-orthogonal-flows-expected.txt

Issue 815833005: [css-grid] Handle min-content/max-content with orthogonal flows (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Solving positioning issues. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698