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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-content-alignment-with-span-vertical-rl-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
« no previous file with comments | « LayoutTests/fast/css-grid-layout/grid-content-alignment-with-span-vertical-rl.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css-grid-layout/grid-content-alignment-with-span-vertical-rl-expected.txt
diff --git a/LayoutTests/fast/css-grid-layout/grid-content-alignment-with-span-vertical-rl-expected.txt b/LayoutTests/fast/css-grid-layout/grid-content-alignment-with-span-vertical-rl-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3a21b5fbb55b312c04faafa37cb5570dea886dbd
--- /dev/null
+++ b/LayoutTests/fast/css-grid-layout/grid-content-alignment-with-span-vertical-rl-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
« no previous file with comments | « LayoutTests/fast/css-grid-layout/grid-content-alignment-with-span-vertical-rl.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698