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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-content-alignment-with-span-expected.txt

Issue 1142483003: [CSS Grid Layout] Testing content-distribution with spanning grid items. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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-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

Powered by Google App Engine
This is Rietveld 408576698