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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-auto-margins-alignment-vertical-rl-expected.txt

Issue 1298623002: [CSS Grid Layout] Implement auto-margins alignment of grid items (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Using start/end and before/after logical terms. Created 5 years, 3 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: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-auto-margins-alignment-vertical-rl-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-auto-margins-alignment-vertical-rl-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-auto-margins-alignment-vertical-rl-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..da55e07e0d62ba80bf1bd9e7b84e40cd5948c0c4
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-auto-margins-alignment-vertical-rl-expected.txt
@@ -0,0 +1,26 @@
+This test checks on a vertical-rl grid that aling-self and justify-self properties are not applied when there is auto-margin in the correponding axis. Instead, auto-margin alignment should be applied.
+
+Direction: LTR | Self Alignment: center | fixed size items | 1 auto-margin
+
+PASS
+Direction: LTR | Self Alignment: stretch | fixed size items | 4 auto-margin
+
+PASS
+Direction: LTR | Self Alignment: center | auto size items | 1 auto-margin
+
+PASS
+Direction: LTR | Self Alignment: stretch | auto size items | 4 auto-margin
+
+PASS
+Direction: RTL | Self Alignment: center | fixed size items | 1 auto-margin
+
+PASS
+Direction: RTL | Self Alignment: stretch | fixed size items | 4 auto-margin
+
+PASS
+Direction: RTL | Self Alignment: center | auto size items | 1 auto-margin
+
+PASS
+Direction: RTL | Self Alignment: stretch | auto size items | 4 auto-margin
+
+PASS

Powered by Google App Engine
This is Rietveld 408576698