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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-justify-content-distribution-vertical-rl-expected.txt

Issue 1031853002: [CSS Grid Layout] Content Distribution support for grid. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Missing layout test expectations file. Created 5 years, 8 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-justify-content-distribution-vertical-rl-expected.txt
diff --git a/LayoutTests/fast/css-grid-layout/grid-justify-content-distribution-vertical-rl-expected.txt b/LayoutTests/fast/css-grid-layout/grid-justify-content-distribution-vertical-rl-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..dceb21a26b666ea03db68425ce27002a7b10bc54
--- /dev/null
+++ b/LayoutTests/fast/css-grid-layout/grid-justify-content-distribution-vertical-rl-expected.txt
@@ -0,0 +1,74 @@
+This test checks that the justify-content property is applied correctly when using content-distribution values.
+
+direction: LTR | justify-content: 'space-between'
+
+PASS
+direction: LTR | justify-content: 'space-around'
+
+PASS
+direction: LTR | justify-content: 'space-evenly'
+
+PASS
+direction: LTR | justify-content: 'stretch'
+
+PASS
+direction: LTR | justify-content: 'space-between'
+
+PASS
+direction: LTR | justify-content: 'space-around'
+
+PASS
+direction: LTR | justify-content: 'space-evenly'
+
+PASS
+direction: LTR | justify-content: 'stretch'
+
+PASS
+direction: LTR | justify-content: 'space-between'
+
+PASS
+direction: LTR | justify-content: 'space-around'
+
+PASS
+direction: LTR | justify-content: 'space-evenly'
+
+PASS
+direction: LTR | justify-content: 'stretch'
+
+PASS
+direction: RTL | justify-content: 'space-between'
+
+PASS
+direction: RTL | justify-content: 'space-around'
+
+PASS
+direction: RTL | justify-content: 'space-evenly'
+
+PASS
+direction: RTL | justify-content: 'stretch'
+
+PASS
+direction: RTL | justify-content: 'space-between'
+
+PASS
+direction: RTL | justify-content: 'space-around'
+
+PASS
+direction: RTL | justify-content: 'space-evenly'
+
+PASS
+direction: RTL | justify-content: 'stretch'
+
+PASS
+direction: RTL | justify-content: 'space-between'
+
+PASS
+direction: RTL | justify-content: 'space-around'
+
+PASS
+direction: RTL | justify-content: 'space-evenly'
+
+PASS
+direction: RTL | justify-content: 'stretch'
+
+PASS

Powered by Google App Engine
This is Rietveld 408576698